From 58b2005091ebcd90f4609c3b7fa84e5b99611f87 Mon Sep 17 00:00:00 2001 From: Jason Zerbe Date: Mon, 8 Feb 2016 14:23:20 -0700 Subject: [PATCH] "withing" in flapping section --- doc/god.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/god.asciidoc b/doc/god.asciidoc index 6a4b572f..06b8164a 100644 --- a/doc/god.asciidoc +++ b/doc/god.asciidoc @@ -532,7 +532,7 @@ process to start. In that case, god will try to start my process over and over to no avail. The `:flapping` condition provides two levels of giving up on flapping processes. If I were to translate the options of the code above, it would be something like: If this watch is started or restarted five times -withing 5 minutes, then unmonitor it...then after ten minutes, monitor it +within 5 minutes, then unmonitor it...then after ten minutes, monitor it again to see if it was just a temporary problem; if the process is seen to be flapping five times within two hours, then give up completely.