summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Rettberg2021-05-11 09:48:12 +0200
committerSimon Rettberg2021-05-11 09:48:12 +0200
commit307f6765f34c76a9cfb639d3f886947ea270ad55 (patch)
treed800b94b5cb0a0ce388a4377ca347cca424c9c0b
parent[SERVER] Add minRequestSize: Enlarge relayed requests (diff)
downloaddnbd3-307f6765f34c76a9cfb639d3f886947ea270ad55.tar.gz
dnbd3-307f6765f34c76a9cfb639d3f886947ea270ad55.tar.xz
dnbd3-307f6765f34c76a9cfb639d3f886947ea270ad55.zip
server.conf: Update uplinkTimeout to match default valuev3.10
-rw-r--r--pkg/config/server.conf2
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