diff options
author | Simon Rettberg | 2021-05-11 09:48:12 +0200 |
---|---|---|
committer | Simon Rettberg | 2021-05-11 09:48:12 +0200 |
commit | 307f6765f34c76a9cfb639d3f886947ea270ad55 (patch) | |
tree | d800b94b5cb0a0ce388a4377ca347cca424c9c0b /pkg | |
parent | [SERVER] Add minRequestSize: Enlarge relayed requests (diff) | |
download | dnbd3-307f6765f34c76a9cfb639d3f886947ea270ad55.tar.gz dnbd3-307f6765f34c76a9cfb639d3f886947ea270ad55.tar.xz dnbd3-307f6765f34c76a9cfb639d3f886947ea270ad55.zip |
server.conf: Update uplinkTimeout to match default valuev3.10
Diffstat (limited to 'pkg')
-rw-r--r-- | pkg/config/server.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/config/server.conf b/pkg/config/server.conf index 95a71db..26e8c77 100644 --- a/pkg/config/server.conf +++ b/pkg/config/server.conf @@ -21,7 +21,7 @@ sparseFiles=false ; if true (which is the default), images will automatically be removed from the list if they can't be accessed removeMissingImages=true ; timeout in ms for send/recv on connections to uplink servers (used for replication) -uplinkTimeout=1250 +uplinkTimeout=5000 ; timeout in ms for send/recv on connections to clients (using an image on this server) clientTimeout=15000 ; set this to true to close handles of unused images after some timeout |