From 043e0163edea35f75ddc2263feb59c32a8e8eaa6 Mon Sep 17 00:00:00 2001 From: Tim Burke Date: Thu, 28 Apr 2022 10:07:50 -0700 Subject: [PATCH] Clarify that rsync_io_timeout is also used for contimeout Change-Id: I5e4a270add2a625e6d5cb0ae9468313ddc88a81b --- etc/object-server.conf-sample | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/object-server.conf-sample b/etc/object-server.conf-sample index 9f9f64515a..e7466bba83 100644 --- a/etc/object-server.conf-sample +++ b/etc/object-server.conf-sample @@ -266,7 +266,7 @@ use = egg:swift#recon # bandwidth limit for rsync in kB/s. 0 means unlimited # rsync_bwlimit = 0 # -# passed to rsync for io op timeout +# passed to rsync for both io op timeout and connection timeout # rsync_io_timeout = 30 # # Allow rsync to compress data which is transmitted to destination node