Added mandatory restart delay.
authorIain Patterson <me@iain.cx>
Thu, 9 Jan 2014 08:53:32 +0000 (08:53 +0000)
committerIain Patterson <me@iain.cx>
Thu, 9 Jan 2014 09:03:58 +0000 (09:03 +0000)
The REG_DWORD AppRestartDelay entry specifies a minimum number of
milliseconds by which we will delay the restart (not the initial start)
of the managed application.  If the application exited soon enough to
trigger throttling, the actual delay will be whichever is longer of
AppRestartDelay and the calculated throttle time.

Thanks Andrew RedzMax.


No differences found