Corrected restart throttling documentation.
[nssm.git] / README.txt
index 88a7290..1bf8ab9 100644 (file)
@@ -72,11 +72,12 @@ keep trying, pausing between each attempt, until the service is successfully
 started or you send it a stop signal.\r
 \r
 NSSM will pause an increasingly longer time between subsequent restart attempts\r
-if the service fails to start in a timely manner, up to a maximum of 60 seconds.\r
-This is so it does not consume an excessive amount of CPU time trying to start\r
-a failed application over and over again.  If you identify the cause of the\r
-failure and don't want to wait you can use the Windows service console to\r
-send a continue signal to NSSM and it will retry within a few seconds.\r
+if the service fails to start in a timely manner, up to a maximum of four\r
+minutes.  This is so it does not consume an excessive amount of CPU time trying\r
+to start a failed application over and over again.  If you identify the cause\r
+of the failure and don't want to wait you can use the Windows service console\r
+(where the service will be shown in Paused state) to send a continue signal to\r
+NSSM and it will retry within a few seconds.\r
 \r
 NSSM will look in the registry under\r
 HKLM\SYSTEM\CurrentControlSet\Services\<service>\Parameters\AppExit for\r