Reduce num_workers to 2 and increase scan_time to 43200 in m3uproxy configuration

This commit is contained in:
2025-01-12 10:22:34 +01:00
parent d63869ce73
commit 7eae07ddb6
@@ -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",