Skip to content

Commit

Permalink
Fixing concurrency not being specified in configuration (#1180)
Browse files Browse the repository at this point in the history
  • Loading branch information
costrouc authored Mar 23, 2022
1 parent 9620071 commit 1f25ee8
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -118,3 +118,4 @@ def authenticate(self, request):
# ==================================
c.CondaStoreWorker.log_level = logging.INFO
c.CondaStoreWorker.watch_paths = ["/opt/environments"]
c.CondaStoreWorker.concurrency = 4

0 comments on commit 1f25ee8

Please sign in to comment.