mirror of
https://github.com/rclone/rclone.git
synced 2024-11-07 17:14:44 +01:00
7bb8b8f4ba
Before this change the cache backend was passing -1 into rate.NewLimiter to mean unlimited transactions per second. In a recent update this immediately returns a rate limit error as might be expected. This patch uses rate.Inf as indicated by the docs to signal no limits are required. |
||
---|---|---|
.. | ||
cache_internal_test.go | ||
cache_test.go | ||
cache_unsupported.go | ||
cache_upload_test.go | ||
cache.go | ||
directory.go | ||
handle.go | ||
object.go | ||
plex.go | ||
storage_memory.go | ||
storage_persistent.go | ||
utils_test.go |