]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
windows-daemon-20080108
authorJeffrey Altman <jaltman@secure-endpoints.com>
Tue, 8 Jan 2008 22:03:12 +0000 (22:03 +0000)
committerJeffrey Altman <jaltman@secure-endpoints.com>
Tue, 8 Jan 2008 22:03:12 +0000 (22:03 +0000)
LICENSE MIT

sleep 10 seconds between cycles.  should make this configurable.

src/WINNT/afsd/cm_daemon.c

index 8eb97b7442065c6131e9a00dd072f170841d3f0d..f8d014dc0c99c943ea3425bde117c36b6fdf77f3 100644 (file)
@@ -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);
 }