Skip to content

Commit

Permalink
[update] use aexpy 0.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
StardustDL committed Feb 21, 2024
1 parent 2a30938 commit 00f49d0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion env.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ channels:
dependencies:
- python=3.12
- pip:
- aexpy==0.2.5
- aexpy==0.2.6
- packaging==23.2
- semver==3.0.2
- requests==2.31.0
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 = 90
db.processLimit = 200
db.processCount = 0
if conf.worker == "image":
worker = AexPyDockerWorker()
Expand Down

0 comments on commit 00f49d0

Please sign in to comment.