mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-04-05 21:01:35 +08:00
#19140: Fixing condition to run custom configuration on Azure Cloud Services
Work Item: 19140 --HG-- branch : 1.x
This commit is contained in:
parent
9e16f5d8e3
commit
293288928c
@ -1,5 +1,5 @@
|
||||
REM Check if this task is running on the compute emulator, if not then sets the Idle Timeout to zero
|
||||
|
||||
IF "%ComputeEmulatorRunning%" == "true" (
|
||||
IF "%ComputeEmulatorRunning%" == "false" (
|
||||
%windir%\system32\inetsrv\appcmd set config -section:applicationPools -applicationPoolDefaults.processModel.idleTimeout:00:00:00
|
||||
)
|
Loading…
Reference in New Issue
Block a user