From 28ea6c26d639f0e30535765258f0c698ef57b22e Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Tue, 24 May 2011 07:10:21 +0000 Subject: initial working Time::HiRes interval handling --- conf/perldaemon.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'conf') diff --git a/conf/perldaemon.conf b/conf/perldaemon.conf index 735cb67..c0071a1 100644 --- a/conf/perldaemon.conf +++ b/conf/perldaemon.conf @@ -1,9 +1,9 @@ # Minimal Perl Daemon Sample Configuration daemon.wd = ./ -daemon.loopinterval = 3 +daemon.loopinterval = 1 daemon.alivefile = ./run/perldaemon.alive daemon.pidfile = ./run/perldaemon.pid daemon.logfile = ./log/perldaemon.log daemon.modules.dir = ./lib/PerlDaemonModules -daemon.modules.runiterval = 3 +daemon.modules.runinterval = 3 daemon.daemonize = no -- cgit v1.2.3