We have a backend processor that aggregates data for a CSV report. This involves making many multiCall requests concurrently to speed up processing. However, we've encountered issues that we believe are caused by hitting the maximum concurrent request limit. We've found a value that seems to work reliably without errors, but we're wondering: what is the recommended or optimal value to use here? Note I am not referencing the rate limits, but the total number of connections a single source may have with the Geotab servers at one time.
For multicalls in particular, we find that you will get diminishing returns once you have more than 200 calls in a multicall.