mirror of
https://github.com/scm-manager/scm-manager.git
synced 2026-03-06 20:30:52 +01:00
Fix default for idle timeout
This commit is contained in:
2
gradle/changelog/fix.yaml
Normal file
2
gradle/changelog/fix.yaml
Normal file
@@ -0,0 +1,2 @@
|
||||
- type: fixed
|
||||
description: Default value for idle timeout in configuration
|
||||
@@ -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
|
||||
|
||||
@@ -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:
|
||||
|
||||
@@ -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:
|
||||
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user