forked from platypush/platypush
webtorrent timeout 20 -> 120 seconds
This commit is contained in:
parent
09f5c92541
commit
8227427834
1 changed files with 1 additions and 1 deletions
|
@ -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):
|
||||
|
|
Loading…
Reference in a new issue