Skip to content

Commit

Permalink
chore: reduce default timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin M. Jablonka committed Nov 9, 2021
1 parent cc14b10 commit 3b225e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xtbservice/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@

IMAGINARY_FREQ_THRESHOLD = os.getenv("IMAGINARY_FREQ_THRESHOLD", 10)
MAX_ATOMS = os.getenv("MAX_ATOMS", 80)
TIMEOUT = os.getenv("TIMEOUT", 500)
TIMEOUT = os.getenv("TIMEOUT", 100)

0 comments on commit 3b225e7

Please sign in to comment.