Skip to content

Commit

Permalink
Set concurrency to 1
Browse files Browse the repository at this point in the history
  • Loading branch information
nkaretnikov committed Feb 11, 2024
1 parent 58d6a5f commit 66acfe3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/assets/conda_store_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,4 +61,4 @@
# ==================================
c.CondaStoreWorker.log_level = logging.INFO
c.CondaStoreWorker.watch_paths = ["/opt/environments"]
c.CondaStoreWorker.concurrency = 4
c.CondaStoreWorker.concurrency = 1

0 comments on commit 66acfe3

Please sign in to comment.