Re-enable bandwidth throttling.
authorRichard W.M. Jones <rjones@redhat.com>
Thu, 19 Feb 2009 08:43:29 +0000 (08:43 +0000)
committerRichard W.M. Jones <rjones@redhat.com>
Thu, 19 Feb 2009 08:43:29 +0000 (08:43 +0000)
upload.sh

index 9f26554..7e84504 100755 (executable)
--- a/upload.sh
+++ b/upload.sh
@@ -3,7 +3,7 @@
 SERVER=web.merjis.com
 USERNAME=rich
 REMOTEDIR=public_html/mingw/
-#BWLIMIT="--bwlimit=25" ;# kilobytes per second
+BWLIMIT="--bwlimit=40" ;# kilobytes per second
 
 rsync -av --delete $BWLIMIT \
   ~/public_html/smock/yum/{fedora-10,fedora-rawhide} \