Reduce num_workers to 2 and increase scan_time to 43200 in m3uproxy configuration
This commit is contained in:
@@ -3,8 +3,8 @@
|
||||
"playlist": "conf/playlist.json",
|
||||
"epg": "https://m3upt.com/epg",
|
||||
"default_timeout": 3,
|
||||
"num_workers": 5,
|
||||
"scan_time": 3600,
|
||||
"num_workers": 2,
|
||||
"scan_time": 43200,
|
||||
"security": {
|
||||
"geoip": {
|
||||
"database": "GeoIP/GeoLite2-Country.mmdb",
|
||||
|
||||
Reference in New Issue
Block a user