Update config.json

This commit is contained in:
Lovi 2025-02-02 19:40:36 +01:00 committed by GitHub
parent e797ee567d
commit 8e20ad8ff6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,9 +2,9 @@
"DEFAULT": { "DEFAULT": {
"debug": false, "debug": false,
"log_file": "app.log", "log_file": "app.log",
"log_to_file": false, "log_to_file": true,
"show_message": false, "show_message": true,
"clean_console": false, "clean_console": true,
"root_path": "Video", "root_path": "Video",
"movie_folder_name": "Movie", "movie_folder_name": "Movie",
"serie_folder_name": "TV", "serie_folder_name": "TV",
@ -17,17 +17,17 @@
"pass": "adminadmin" "pass": "adminadmin"
}, },
"add_siteName": false, "add_siteName": false,
"disable_searchDomain": true, "disable_searchDomain": false,
"not_close": false "not_close": false
}, },
"REQUESTS": { "REQUESTS": {
"timeout": 25, "timeout": 30,
"max_retry": 8, "max_retry": 8,
"proxy_start_min": 0.1, "proxy_start_min": 0.1,
"proxy_start_max": 0.5 "proxy_start_max": 0.5
}, },
"M3U8_DOWNLOAD": { "M3U8_DOWNLOAD": {
"tqdm_delay": 0.1, "tqdm_delay": 0.12,
"default_video_workser": 12, "default_video_workser": 12,
"default_audio_workser": 12, "default_audio_workser": 12,
"merge_audio": true, "merge_audio": true,