summaryrefslogtreecommitdiff
path: root/conf
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2022-04-29 09:02:37 +0100
committerPaul Buetow <paul@buetow.org>2022-04-29 09:02:37 +0100
commit7652d670f9db9d3b26b1448df9ba73cedad450c4 (patch)
tree84e71b4ec0fbc0b287408f930f7d0965e957b240 /conf
parent07047c00ea6ed8bd839099d635cc9c57fbc5e84b (diff)
unify interval param
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