Skip to content

Commit

Permalink
Merge pull request #289 from openforcefield/compute-claim-tasks-defau…
Browse files Browse the repository at this point in the history
…lt-1

Set default `claim_limit` back to 1
  • Loading branch information
dotsdl authored Sep 5, 2024
2 parents 79ec027 + 13ef1c7 commit f7ff793
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion alchemiscale/compute/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ class Config:
description="Names of Protocols to run with this service; `None` means no restriction.",
)
claim_limit: int = Field(
1000, description="Maximum number of Tasks to claim at a time from a TaskHub."
1, description="Maximum number of Tasks to claim at a time from a TaskHub."
)
loglevel: str = Field(
"WARN",
Expand Down

0 comments on commit f7ff793

Please sign in to comment.