diff options
Diffstat (limited to 'acid/config.sh')
-rw-r--r-- | acid/config.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/acid/config.sh b/acid/config.sh index ee6b5cc..857173e 100644 --- a/acid/config.sh +++ b/acid/config.sh @@ -4,6 +4,9 @@ CYCHE_MAINT_TIME=604800 # 1 week # Minimum time to wait between polling sources for updates CYCHE_POLL_TIME=600 # 10 minutes +# Minimum time to wait between executing individual jobs +CYCHE_JOB_TIME=10 # 10 seconds + # Minimum time to wait on daemon startup CYCHE_STARTUP_TIME=60 # 1 minute |