mirror of
https://github.com/rclone/rclone.git
synced 2024-11-22 00:13:49 +01:00
ACD: Shorten minimum and maximum sleep.
This commit is contained in:
parent
dd48e62b7e
commit
00afe6cc96
@ -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 New Issue
Block a user