Skip to content

Commit

Permalink
fix: increate LMAO web requests timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
F33RNI committed May 15, 2024
1 parent 9148cac commit 1875999
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lmao_process_loop_web.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
from async_helper import async_helper

# Timeout of all requests
REQUEST_TIMEOUT = 30
REQUEST_TIMEOUT = 60

# Minimum allowed seconds between requests to prevent overloading API
REQUEST_COOLDOWN = 1.5
Expand Down

0 comments on commit 1875999

Please sign in to comment.