diff options
| author | Paul Buetow <paul@buetow.org> | 2022-04-29 09:02:37 +0100 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2022-04-29 09:02:37 +0100 |
| commit | 7652d670f9db9d3b26b1448df9ba73cedad450c4 (patch) | |
| tree | 84e71b4ec0fbc0b287408f930f7d0965e957b240 /conf/perldaemon.conf | |
| parent | 07047c00ea6ed8bd839099d635cc9c57fbc5e84b (diff) | |
unify interval param
Diffstat (limited to 'conf/perldaemon.conf')
| -rw-r--r-- | conf/perldaemon.conf | 5 |
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 |
