Optimizing Request Batching Without Adjusting Concurrency
thanks for both concurrency and batching settings, I found it interesting that for the request batching to work I didn't need to touch concurrency, just batching. I think that's the main use case, as concurrency seems to decimate the performance in general (concurrent sync ops never really helped anyone :P), where-as the batching is valuable for e.g resolving the user id's on many records to a pool of users
