Skip to content

Commit

Permalink
update process limit
Browse files Browse the repository at this point in the history
  • Loading branch information
StardustDL committed Feb 22, 2024
1 parent b1ce5ba commit b33c0cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index/mProcess.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
conf.db = env.dist / "process.json"

db = ProcessDB.load(conf.db)
db.processLimit = 1000
db.processLimit = 500
db.processCount = 0
if conf.worker == "image":
worker = AexPyDockerWorker()
Expand Down

0 comments on commit b33c0cc

Please sign in to comment.