-
Notifications
You must be signed in to change notification settings - Fork 87
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[EASY] Parallelize post processing in run loop (#3013)
# Description When we briefly stored all fee policies for a given auction in the post processing it increased the time for that critical section quite significantly. That change was removed since then but the learning still stands that these operations might as well happen in parallel. # Changes Run the 3 DB inserts futures of the run loop post processing in parallel. ## How to test It's a very small change so the e2e tests should be sufficient
- Loading branch information
1 parent
440d12f
commit 399903a
Showing
1 changed file
with
16 additions
and
30 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