From 4b086642abb0a2d225f5c132a507952018af62bc Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Sun, 30 Jul 2017 11:04:20 +0200 Subject: syncrepo.sh: Disable bwlimit by default Signed-off-by: Florian Pritz --- syncrepo.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'syncrepo.sh') diff --git a/syncrepo.sh b/syncrepo.sh index dc1cdea..604c00c 100755 --- a/syncrepo.sh +++ b/syncrepo.sh @@ -18,9 +18,10 @@ tmp="" # Lockfile path lock="/var/lock/syncrepo.lck" -# NOTE: You'll probably want to change this or set it to 0 to disable the limit +# If you want to limit the bandwidth used by rsync set this. +# Use 0 to disable the limit. # The default unit is KiB (see man rsync /--bwlimit for more) -bwlimit=4096 +bwlimit=0 # The source URL of the mirror you want to sync from. # If you are a tier 1 mirror use rsync.archlinux.org, for example like this: -- cgit v1.2.3-24-g4f1b