mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2026-02-09 09:16:41 +08:00
Added missing file.
This commit is contained in:
committed by
Sebastien Ros
parent
bafda7583f
commit
93c628bf85
@@ -0,0 +1,4 @@
|
||||
REM Unless running in the compute emulator, set the default idle timeout of IIS application pools to zero (no automatic recycling).
|
||||
IF "%ComputeEmulatorRunning%" == "false" (
|
||||
%windir%\system32\inetsrv\appcmd set config -section:applicationPools -applicationPoolDefaults.processModel.idleTimeout:00:00:00
|
||||
)
|
||||
Reference in New Issue
Block a user