status-go
status-go copied to clipboard
chore_: decreased limits for concurrent requests and rps
These changes are needed to avoid the providers' limits we're facing.
@anastasiyaig and @Valentina1133 have checked it and can confirm that it fixed many failed tests in the desktop app.
Does anybody have any concerns regarding reducing the limits in this PR?
In my opinion, the only part that might be affected by these changes is app loading, at the app start, cause then we're doing a lot of rpc calls and it may take a bit longer than earlier, but after that, all should be the same.