We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 529bed1 commit 62736fcCopy full SHA for 62736fc
1 file changed
app_setup.py
@@ -709,7 +709,7 @@ def setup_lyrics_api_analyze():
709
ctx = None
710
import time as _time
711
_t0 = _time.monotonic()
712
- with urllib.request.urlopen(req, timeout=30, context=ctx) as resp:
+ with urllib.request.urlopen(req, timeout=60, context=ctx) as resp:
713
raw_bytes = resp.read(512 * 1024)
714
elapsed_ms = (_time.monotonic() - _t0) * 1000
715
raw_text = raw_bytes.decode('utf-8', errors='replace')
0 commit comments