spotify / XCRemoteCache

Other
825 stars 50 forks source link

Add upload_batch_size #158

Closed CognitiveDisson closed 1 year ago

CognitiveDisson commented 1 year ago

I added a new configuration parameter - upload_batch_size, to limit the number of concurrent requests. There were no limitations before, and performing a large number of parallel requests can cause problems with the network, which even with the retry logic may not be recoverable.