Skip to content

Commit

Permalink
Increase torrent2http poll to 500ms (no need for less)
Browse files Browse the repository at this point in the history
  • Loading branch information
steeve committed Nov 1, 2013
1 parent 7dbac5c commit 2927c1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/site-packages/xbmctorrent/player.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@


TORRENT2HTTP_TIMEOUT = 20
TORRENT2HTTP_POLL = 200
TORRENT2HTTP_POLL = 500

WINDOW_FULLSCREEN_VIDEO = 12005

Expand Down

0 comments on commit 2927c1b

Please sign in to comment.