From 4c7cba3697c11d2f13e74dadc95934e628300fa0 Mon Sep 17 00:00:00 2001 From: Ed Costello Date: Mon, 19 Nov 2012 13:15:29 -0500 Subject: [PATCH] typo c/cuttoff/cutoff --- source/use-cases/hierarchical-aggregation.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/use-cases/hierarchical-aggregation.txt b/source/use-cases/hierarchical-aggregation.txt index a28508b1156..f67bcda2e86 100644 --- a/source/use-cases/hierarchical-aggregation.txt +++ b/source/use-cases/hierarchical-aggregation.txt @@ -217,7 +217,7 @@ operation itself will resemble the following: last_run = cutoff -The ``cuttoff`` variable allows you to process all events that have +The ``cutoff`` variable allows you to process all events that have occurred since the last run but before 1 minute ago. This allows for some delay in logging events. You can safely run this aggregation as often as you like, provided that you update the ``last_run`` variable