-
Notifications
You must be signed in to change notification settings - Fork 378
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adjust exp backoff according to max request time
For each block range, we make multiple requests with different filters. Before this commit, only the last request duration has been used to adjust the batch size. But the point of the adjustment is to prevent any request from running into a timeout, so adjusting based on the maximal duration of all requests is a better way to achieve this.
- Loading branch information
Showing
1 changed file
with
6 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters