Skip to content

Commit

Permalink
Increase default network timeout to 30 seconds
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh5 committed Jul 6, 2024
1 parent 3bbb5eb commit a94e6dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/tvheadend/tvh_requests.py
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@
"pnetworkname": 'PROVIDER_NETWORK_NAME',
"max_streams": 1,
"priority": 1,
"max_timeout": 10,
"max_timeout": 30,
"skipinitscan": True,
"bouquet": False, "max_bandwidth": 0, "nid": 0, "ignore_chnum": True, "satip_source": 0,
"charset": "", "use_libav": False, "scan_create": False, "spriority": 1, "icon_url": "",
Expand Down

0 comments on commit a94e6dd

Please sign in to comment.