Fix default for idle timeout

This commit is contained in:
René Pfeuffer
2024-02-08 09:36:38 +01:00
parent 7543bd7c8e
commit eec8c703a0
5 changed files with 10 additions and 8 deletions

View File

@@ -0,0 +1,2 @@
- type: fixed
description: Default value for idle timeout in configuration

View File

@@ -10,8 +10,8 @@ forwardHeadersEnabled: false
## increase http header size for mercurial
httpHeaderSize: 16384
## set http idle timeout
idleTimeout:
## set http idle timeout (set to 0 for default)
idleTimeout: 0
# ssl config - ssl is only evaluated if key store path is set
## path to your cert file

View File

@@ -10,8 +10,8 @@ forwardHeadersEnabled: false
## increase http header size for mercurial
httpHeaderSize: 16384
## set http idle timeout
idleTimeout:
## set http idle timeout (set to 0 for default)
idleTimeout: 0
# ssl config - ssl is only evaluated if key store path is set
https:

View File

@@ -10,8 +10,8 @@ forwardHeadersEnabled: true
## increase http header size for mercurial
httpHeaderSize: 16384
## set http idle timeout
idleTimeout:
## set http idle timeout (set to 0 for default)
idleTimeout: 0
# ssl config - ssl is only evaluated if key store path is set
https:

View File

@@ -10,8 +10,8 @@ forwardHeadersEnabled: false
## increase http header size for mercurial
httpHeaderSize: 16384
## set http idle timeout
idleTimeout:
## set http idle timeout (set to 0 for default)
idleTimeout: 0
# ssl config - ssl is only evaluated if key store path is set
https: