webtorrent timeout 20 -> 120 seconds

This commit is contained in:
Fabio Manganiello 2019-02-13 09:46:51 +01:00
parent 09f5c92541
commit 8227427834
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ class MediaWebtorrentPlugin(MediaPlugin):
# Download at least 10 MBs before starting streaming
_download_size_before_streaming = 10 * 2**20
_web_stream_ready_timeout = 20
_web_stream_ready_timeout = 120
def __init__(self, webtorrent_bin=None, webtorrent_port=None, *args,
**kwargs):