Add note about rsync_bwlimit suffixes

Change-Id: I019451e118d3bd7263a52cf4bf354d0d0d2b4607
This commit is contained in:
Tim Burke 2022-08-26 08:54:06 -07:00
parent 155074ac02
commit a9177a4b9d

View File

@ -269,7 +269,8 @@ use = egg:swift#recon
# max duration of a partition rsync
# rsync_timeout = 900
#
# bandwidth limit for rsync in kB/s. 0 means unlimited
# bandwidth limit for rsync in kB/s. 0 means unlimited. rsync 3.2.2 and later
# accept suffixed values like 10M or 1.5G; see the --bwlimit option for rsync(1)
# rsync_bwlimit = 0
#
# passed to rsync for both io op timeout and connection timeout