Skip to content

Commit

Permalink
Changed metainfo timeout to 30 seconds instead of 2 seconds
Browse files Browse the repository at this point in the history
  • Loading branch information
xoriole committed Jun 18, 2019
1 parent a70b270 commit 257b615
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 257b615

Please sign in to comment.