From 307f6765f34c76a9cfb639d3f886947ea270ad55 Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Tue, 11 May 2021 09:48:12 +0200 Subject: server.conf: Update uplinkTimeout to match default value --- pkg/config/server.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3-55-g7522