diff options
| author | Paul Buetow <paul@buetow.org> | 2011-05-24 07:10:21 +0000 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2011-05-24 07:10:21 +0000 |
| commit | 28ea6c26d639f0e30535765258f0c698ef57b22e (patch) | |
| tree | 6c499498a1a476df7d4ed085976ea380cbdcb249 /conf | |
| parent | b5920fb74fe0ce472da37dc4d6402392a69d42fa (diff) | |
initial working Time::HiRes interval handling
Diffstat (limited to 'conf')
| -rw-r--r-- | conf/perldaemon.conf | 4 |
1 files changed, 2 insertions, 2 deletions
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 |
