diff --git a/weed/operation/upload_content.go b/weed/operation/upload_content.go index 7e2a6dcd2..b24514cda 100644 --- a/weed/operation/upload_content.go +++ b/weed/operation/upload_content.go @@ -100,6 +100,7 @@ func retriedUploadData(uploadUrl string, filename string, cipher bool, data []by } else { glog.Warningf("uploading to %s: %v", uploadUrl, err) } + time.Sleep(time.Millisecond * time.Duration(237 * (i+1))) } return }