Skip to content

Commit

Permalink
Merge pull request #4577 from xoriole/fix-metainfo-timeout
Browse files Browse the repository at this point in the history
Changed metainfo timeout
  • Loading branch information
xoriole committed Jun 18, 2019
2 parents a70b270 + 257b615 commit acfe658
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TriblerGUI/defs.py
Expand Up @@ -162,4 +162,4 @@

# Timeout for metainfo request
METAINFO_MAX_RETRIES = 3
METAINFO_TIMEOUT = 2000
METAINFO_TIMEOUT = 30000

0 comments on commit acfe658

Please sign in to comment.