summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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