set the fast interval to 60 seconds; 15 seconds very hard to do with 6600 jobs

This commit is contained in:
Johannes Findeisen 2013-11-04 21:45:49 +01:00
commit 5d70a5b4bd

View file

@ -17,7 +17,7 @@
} }
}, },
"periods": { "periods": {
"fast": { "seconds": 15 }, "fast": { "seconds": 60 },
"medium": { "seconds": 120 }, "medium": { "seconds": 120 },
"slow": { "seconds": 480 } "slow": { "seconds": 480 }
}, },