Skip to content

Commit

Permalink
Merge pull request #74 from Syriiin/increase-difficalcy-timeout
Browse files Browse the repository at this point in the history
Increase difficalcy timeout to 60 seconds
  • Loading branch information
Syriiin authored Jun 15, 2024
2 parents 7bbb7a2 + 5ebdf98 commit 2390933
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/osu/difficultycalculator.py
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ class AbstractDifficalcyDifficultyCalculator(AbstractDifficultyCalculator):
def __init__(self):
super().__init__()

self.client = httpx.Client(timeout=20.0)
self.client = httpx.Client(timeout=60.0)

def _close(self):
self.client.close()
Expand Down

0 comments on commit 2390933

Please sign in to comment.