summaryrefslogtreecommitdiff
path: root/conf
diff options
context:
space:
mode:
Diffstat (limited to 'conf')
-rw-r--r--conf/perldaemon.conf5
1 files changed, 1 insertions, 4 deletions
diff --git a/conf/perldaemon.conf b/conf/perldaemon.conf
index 9a6f6b4..71bdb07 100644
--- a/conf/perldaemon.conf
+++ b/conf/perldaemon.conf
@@ -2,7 +2,7 @@
daemon.logfile=./log/perldaemon.log
# The amount of seconds until the next event look takes place
-daemon.loopinterval=1
+daemon.interval=2
# Path to the modules dir
daemon.modules.dir=./lib/PerlDaemonModules
@@ -13,9 +13,6 @@ daemon.daemonize=yes
# Path to the pidfile
daemon.pidfile=./run/perldaemon.pid
-# Each module should run every runinterval seconds
-daemon.modules.runinterval=3
-
# Path to the alive file (is touched every loopinterval seconds, usable to monitor)
daemon.alivefile=./run/perldaemon.alive