Skip to content

Commit

Permalink
Only 1 simultaneous push workers
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisPenner committed Jan 18, 2024
1 parent a4e6d68 commit 54836ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion unison-cli/src/Unison/Share/Sync.hs
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ maxSimultaneousPullDownloaders = 5
-- Share currently parallelizes on it's own in the backend, and any more than one push worker
-- just results in serialization conflicts which slow things down.
maxSimultaneousPushWorkers :: Int
maxSimultaneousPushWorkers = 5
maxSimultaneousPushWorkers = 1

------------------------------------------------------------------------------------------------------------------------
-- Push
Expand Down

0 comments on commit 54836ae

Please sign in to comment.