Skip to content

Commit

Permalink
Updating web.config to 6 node process, 16k threads
Browse files Browse the repository at this point in the history
  • Loading branch information
Example man committed Nov 24, 2021
1 parent d1bd92c commit 54380be
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Web.config
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
<iisnode nodeProcessCommandLine="C:\Program Files\nodejs\node.exe --no-deprecation --no-warnings"
promoteServerVars="HTTP_UID,HTTP_PUBCOOKIE_USER,LOGON_USER,HTTP_SHIBSESSIONID"
node_env="production"
nodeProcessCountPerApplication="4"
maxConcurrentRequestsPerProcess="8000"
nodeProcessCountPerApplication="6"
maxConcurrentRequestsPerProcess="16000"
/>

<!-- Remote debugging (Azure Website with git deploy): Comment out iisnode above, and uncomment iisnode below. -->
Expand Down

0 comments on commit 54380be

Please sign in to comment.