X-Git-Url: http://git.iain.cx/?a=blobdiff_plain;f=README.txt;h=3b8f25c24ef5a9f52870fb5066def9945f62d10d;hb=8d855fdbce4ba0b8cfeda551f137434731385c23;hp=1bf8ab9ac90ca370bd7cf391be72576374934341;hpb=f669237f05d127b88cd66d9dc2a32765ed6b2c23;p=nssm.git diff --git a/README.txt b/README.txt index 1bf8ab9..3b8f25c 100644 --- a/README.txt +++ b/README.txt @@ -79,6 +79,11 @@ of the failure and don't want to wait you can use the Windows service console (where the service will be shown in Paused state) to send a continue signal to NSSM and it will retry within a few seconds. +By default, NSSM defines "a timely manner" to be within 1500 milliseconds. +You can change the threshold for the service by setting the number of +milliseconds as a REG_DWORD value in the registry at +HKLM\SYSTEM\CurrentControlSet\Services\\Parameters\AppThrottle. + NSSM will look in the registry under HKLM\SYSTEM\CurrentControlSet\Services\\Parameters\AppExit for string (REG_EXPAND_SZ) values corresponding to the exit code of the application.