From 2572a128acee2e69b9e4cd78a66a82b67a5c23bf Mon Sep 17 00:00:00 2001 From: skywalker Date: Mon, 9 Dec 2024 14:18:46 +0800 Subject: [PATCH] haproxy timeout server 36000000 --- manual/setup/cluster_deploy_with_docker.md | 2 +- manual/setup_binary/deploy_in_a_cluster.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/manual/setup/cluster_deploy_with_docker.md b/manual/setup/cluster_deploy_with_docker.md index cca5c297..5cfa8b0b 100644 --- a/manual/setup/cluster_deploy_with_docker.md +++ b/manual/setup/cluster_deploy_with_docker.md @@ -239,7 +239,7 @@ defaults retries 3 timeout connect 10000 timeout client 300000 - timeout server 300000 + timeout server 36000000 listen seafile 0.0.0.0:80 mode http diff --git a/manual/setup_binary/deploy_in_a_cluster.md b/manual/setup_binary/deploy_in_a_cluster.md index 5d3daa88..9ab9268d 100644 --- a/manual/setup_binary/deploy_in_a_cluster.md +++ b/manual/setup_binary/deploy_in_a_cluster.md @@ -289,7 +289,7 @@ defaults maxconn 2000 timeout connect 10000 timeout client 300000 - timeout server 300000 + timeout server 36000000 listen seafile 0.0.0.0:80 mode http