Sync deployed SparkFlow reliability updates

This commit is contained in:
Rixuan Shao
2026-06-20 01:59:01 +08:00
parent 285db46cd9
commit b5e61a14ea
13 changed files with 3891 additions and 1042 deletions

View File

@@ -26,6 +26,13 @@ DEFAULT_CONFIG = {
"useProtocolSender": True,
"protocolDryRun": False,
"browserSenderAccounts": [],
"persistentBrowserProfiles": {
"enabled": False,
"root": "/opt/douyin-sparkflow/state/browser-profiles",
"seedCookiesWhenEmpty": True,
"syncStoredCookiesBeforeRun": True,
"refreshStoredCookiesAfterLogin": True,
},
"sendStrategy": {
"shuffleTargets": True,
"accountStartDelaySecondsMin": 0,
@@ -56,10 +63,13 @@ DEFAULT_APP_SETTINGS = {
"ui_host": "0.0.0.0",
"ui_port": 8787,
"login_poll_interval_seconds": 1,
"ops_log_file": "/app/logs/douyin-sparkflow.log",
"ops_log_file": "/var/log/douyin-sparkflow.log",
"proxy_refresh_script": "/opt/douyin-sparkflow/refresh_proxy.sh",
"local_login_helper_url": "http://127.0.0.1:18765",
"login_desktop_api_url": "http://127.0.0.1:18090",
"login_desktop_public_url": "",
"login_desktop_public_scheme": "http",
"login_desktop_public_port": 8788,
"server_host": "",
"server_username": "",
"server_password": "",