forked from TrueCloudLab/rclone
ACD: Shorten minimum and maximum sleep.
This commit is contained in:
parent
dd48e62b7e
commit
00afe6cc96
1 changed files with 2 additions and 2 deletions
|
@ -39,8 +39,8 @@ const (
|
|||
assetKind = "ASSET"
|
||||
statusAvailable = "AVAILABLE"
|
||||
timeFormat = time.RFC3339 // 2014-03-07T22:31:12.173Z
|
||||
minSleep = 100 * time.Millisecond
|
||||
maxSleep = 256 * time.Second
|
||||
minSleep = 20 * time.Millisecond
|
||||
maxSleep = 15 * time.Second
|
||||
decayConstant = 2 // bigger for slower decay, exponential
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in a new issue