From 5d70a5b4bd11c0666009417171aeadf147bb8224 Mon Sep 17 00:00:00 2001 From: Johannes Findeisen Date: Mon, 4 Nov 2013 21:45:49 +0100 Subject: [PATCH] set the fast interval to 60 seconds; 15 seconds very hard to do with 6600 jobs --- examples/stress.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/stress.json b/examples/stress.json index 09f9794..b1d596c 100644 --- a/examples/stress.json +++ b/examples/stress.json @@ -17,7 +17,7 @@ } }, "periods": { - "fast": { "seconds": 15 }, + "fast": { "seconds": 60 }, "medium": { "seconds": 120 }, "slow": { "seconds": 480 } },