@@ -775,7 +775,7 @@ def process_accounts_concurrent(
if max_workers is None:
max_workers = CONCURRENT_WORKERS
stagger_delay = 2.0 # 线程错开启动间隔 (秒)
stagger_delay = 4.0 # 线程错开启动间隔 (秒)
# 过滤已完成的账号
pending_accounts = [acc for acc in accounts if acc.get("status") != "completed"]
The note is not visible to the blocked user.