Skip to content

Commit

Permalink
client: use 4 workers for submissions
Browse files Browse the repository at this point in the history
  • Loading branch information
tschaume committed Oct 16, 2021
1 parent c703586 commit 42005f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mpcontribs-client/mpcontribs/client/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -1478,7 +1478,7 @@ def submit_contributions(

total, total_processed = 0, 0
self.session.close()
self.session = get_session(max_workers=2)
self.session = get_session(max_workers=4)

def post_future(track_id, payload):
future = self.session.post(
Expand Down

0 comments on commit 42005f6

Please sign in to comment.