Skip to content

Commit

Permalink
[Minor] Increase spansh timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
C1701D committed May 12, 2024
1 parent 3b434c6 commit 600a3f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion halpybot/halpyconfig.py
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ class Spansh(BaseModel):

enabled: bool = False
efficiency: int = 60
calculations_timeout: int = 20
calculations_timeout: int = 60
uri: AnyHttpUrl = "https://spansh.co.uk"

@property
Expand Down

0 comments on commit 600a3f1

Please sign in to comment.