forked from johnpapa/ng-demos
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathiisnode.yml
27 lines (26 loc) · 837 Bytes
/
iisnode.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# For documentation see https://github.com/tjanczuk/iisnode/blob/master/src/samples/configuration/iisnode.yml
loggingEnabled: true
debuggingEnabled: true
devErrorsEnabled: true
node_env: development
nodeProcessCountPerApplication: 1
maxConcurrentRequestsPerProcess: 1024
maxNamedPipeConnectionRetry: 24
namedPipeConnectionRetryDelay: 250
maxNamedPipeConnectionPoolSize: 512
maxNamedPipePooledConnectionAge: 30000
asyncCompletionThreadCount: 0
initialRequestBufferSize: 4096
maxRequestBufferSize: 65536
watchedFiles: *.js;iisnode.yml;node_modules\*
uncFileChangesPollingInterval: 5000
gracefulShutdownTimeout: 60000
logDirectoryNameSuffix: logs
debuggerPortRange: 5058-6058
debuggerPathSegment: debug
maxLogFileSizeInKB: 128
appendToExistingLog: false
logFileFlushInterval: 5000
flushResponse: false
enableXFF: false
promoteServerVars: