spotify / XCRemoteCache

Other
825 stars 50 forks source link

Add a delay between network request retries #157

Closed CognitiveDisson closed 1 year ago

CognitiveDisson commented 1 year ago

There was no delay between network request retries, so in case of some network problem there was not enough time to resolve it. For example, a network drop that will be automatically repaired in 30-40 seconds. I added this to the configuration so that the user could define it.

CognitiveDisson commented 1 year ago

Oh, perhaps I should have used squash and merge 😓 Maybe we should disable all other options?