summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorTim Burke <tim.burke@gmail.com>2022-04-28 10:07:50 -0700
committerTim Burke <tim.burke@gmail.com>2022-04-28 10:07:50 -0700
commit043e0163edea35f75ddc2263feb59c32a8e8eaa6 (patch)
treee6aea370c303686833757a0575b6f91245547242 /etc
parentb621a6f932edcda1cdba02534e382b962e759f9e (diff)
downloadswift-043e0163edea35f75ddc2263feb59c32a8e8eaa6.tar.gz
Clarify that rsync_io_timeout is also used for contimeout
Change-Id: I5e4a270add2a625e6d5cb0ae9468313ddc88a81b
Diffstat (limited to 'etc')
-rw-r--r--etc/object-server.conf-sample2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/object-server.conf-sample b/etc/object-server.conf-sample
index 9f9f64515..e7466bba8 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