mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2025-09-19 22:10:37 +08:00
adjust log
This commit is contained in:
@@ -161,7 +161,7 @@ func retriedUploadData(data []byte, option *UploadOption) (uploadResult *UploadR
|
|||||||
uploadResult.RetryCount = i
|
uploadResult.RetryCount = i
|
||||||
return
|
return
|
||||||
} else {
|
} else {
|
||||||
glog.Warningf("uploading to %s: %v", option.UploadUrl, err)
|
glog.Warningf("uploading %d to %s: %v", i, option.UploadUrl, err)
|
||||||
}
|
}
|
||||||
time.Sleep(time.Millisecond * time.Duration(237*(i+1)))
|
time.Sleep(time.Millisecond * time.Duration(237*(i+1)))
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user