From: Jeffrey Altman Date: Tue, 8 Jan 2008 22:03:12 +0000 (+0000) Subject: windows-daemon-20080108 X-Git-Tag: BP-openafs-windows-kdfs-ifs~217 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=110f74bcb85928d274ad2608662434304ff4ffae;p=packages%2Fo%2Fopenafs.git windows-daemon-20080108 LICENSE MIT sleep 10 seconds between cycles. should make this configurable. --- diff --git a/src/WINNT/afsd/cm_daemon.c b/src/WINNT/afsd/cm_daemon.c index 8eb97b744..f8d014dc0 100644 --- a/src/WINNT/afsd/cm_daemon.c +++ b/src/WINNT/afsd/cm_daemon.c @@ -523,7 +523,7 @@ void cm_Daemon(long parm) if (daemon_ShutdownFlag == 1) { break; } - thrd_Sleep(1000); /* sleep 30 seconds */ + thrd_Sleep(10000); /* sleep 10 seconds */ } thrd_SetEvent(cm_Daemon_ShutdownEvent); }