From 7652d670f9db9d3b26b1448df9ba73cedad450c4 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Fri, 29 Apr 2022 09:02:37 +0100 Subject: unify interval param --- conf/perldaemon.conf | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'conf/perldaemon.conf') 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 -- cgit v1.2.3