Allow overriding time to wait when trying to kill the application.
[nssm.git] / nssm.h
diff --git a/nssm.h b/nssm.h
index b5d457e..01228bd 100644 (file)
--- a/nssm.h
+++ b/nssm.h
@@ -43,17 +43,17 @@ int str_equiv(const char *, const char *);
 \r
 /*\r
   How many milliseconds to wait for the application to die after sending\r
-  a Control-C event to its console.\r
+  a Control-C event to its console.  Override in registry.\r
 */\r
 #define NSSM_KILL_CONSOLE_GRACE_PERIOD 1500\r
 /*\r
   How many milliseconds to wait for the application to die after posting to\r
-  its windows' message queues.\r
+  its windows' message queues.  Override in registry.\r
 */\r
 #define NSSM_KILL_WINDOW_GRACE_PERIOD 1500\r
 /*\r
   How many milliseconds to wait for the application to die after posting to\r
-  its threads' message queues.\r
+  its threads' message queues.  Override in registry.\r
 */\r
 #define NSSM_KILL_THREADS_GRACE_PERIOD 1500\r
 \r