-
Notifications
You must be signed in to change notification settings - Fork 84
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Reorganize inscription submission to batch requests together
The inscription submission is currently linear and as a result cannot churn through enough inscriptions at once. This change attempts to batch the inscriptions, as many as it can up to the threshold, currently 10, and then submits them in parallel using join_all.
- Loading branch information
Showing
1 changed file
with
102 additions
and
58 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