mirror of
https://github.com/rclone/rclone.git
synced 2024-11-26 02:14:42 +01:00
ACD: Shorten minimum and maximum sleep.
This commit is contained in:
parent
16f63dd2e7
commit
75cca9b195
@ -39,8 +39,8 @@ const (
|
|||||||
assetKind = "ASSET"
|
assetKind = "ASSET"
|
||||||
statusAvailable = "AVAILABLE"
|
statusAvailable = "AVAILABLE"
|
||||||
timeFormat = time.RFC3339 // 2014-03-07T22:31:12.173Z
|
timeFormat = time.RFC3339 // 2014-03-07T22:31:12.173Z
|
||||||
minSleep = 100 * time.Millisecond
|
minSleep = 20 * time.Millisecond
|
||||||
maxSleep = 256 * time.Second
|
maxSleep = 15 * time.Second
|
||||||
decayConstant = 2 // bigger for slower decay, exponential
|
decayConstant = 2 // bigger for slower decay, exponential
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user