|
1 | 1 | { |
2 | 2 | "validation": { |
3 | | - "num_workers": 500, |
4 | | - "global_timeout_sec": 14, |
5 | | - "singbox_start_timeout_ms": 3000, |
6 | | - "singbox_start_interval_ms": 100, |
7 | | - "port_check_timeout_ms": 300, |
8 | | - "http_request_timeout_ms": 12000, |
9 | | - "http_dial_timeout_ms": 500, |
10 | | - "http_response_timeout_ms": 9000, |
11 | | - "max_retries": 0, |
12 | | - "base_port": 10000, |
13 | | - "batch_rest_ms": 800, |
14 | | - "process_kill_wait_ms": 600, |
15 | | - "fetch_retry_count": 2, |
16 | | - "fetch_retry_delay_ms": 1500, |
| 3 | + "num_workers": 25, |
| 4 | + "global_timeout_sec": 50, |
| 5 | + "singbox_start_timeout_ms": 14000, |
| 6 | + "singbox_start_interval_ms": 150, |
| 7 | + "http_request_timeout_ms": 28000, |
| 8 | + "http_dial_timeout_ms": 14000, |
| 9 | + "http_response_timeout_ms": 22000, |
| 10 | + "port_check_timeout_ms": 1500, |
| 11 | + "max_retries": 2, |
| 12 | + "base_port": 20000, |
| 13 | + "batch_rest_ms": 3500, |
| 14 | + "process_kill_wait_ms": 1800, |
| 15 | + "fetch_retry_count": 3, |
| 16 | + "fetch_retry_delay_ms": 2500, |
17 | 17 | "test_urls": [ |
18 | 18 | "https://www.gstatic.com/generate_204", |
19 | | - "https://cp.cloudflare.com/" |
| 19 | + "https://cp.cloudflare.com/generate_204", |
| 20 | + "https://connectivitycheck.gstatic.com/generate_204", |
| 21 | + "https://www.google.com" |
20 | 22 | ] |
21 | 23 | }, |
22 | | - "protocols": ["vmess","vless","trojan","ss","ssr","hy2","hy","tuic"], |
23 | | - "protocol_order": ["vless","vmess","ss","trojan","ssr","hy2","hy","tuic"], |
| 24 | + "protocols": [ |
| 25 | + "vmess", |
| 26 | + "vless", |
| 27 | + "trojan", |
| 28 | + "ss", |
| 29 | + "ssr", |
| 30 | + "hy2", |
| 31 | + "hy", |
| 32 | + "tuic" |
| 33 | + ], |
| 34 | + "protocol_order": [ |
| 35 | + "vmess", |
| 36 | + "vless", |
| 37 | + "trojan", |
| 38 | + "ss", |
| 39 | + "ssr", |
| 40 | + "hy2", |
| 41 | + "hy", |
| 42 | + "tuic" |
| 43 | + ], |
24 | 44 | "base64_links": [], |
25 | 45 | "text_links": [], |
26 | 46 | "output": { |
27 | | - "config_name": "proxy", |
| 47 | + "config_name": "validated", |
28 | 48 | "main_file": "config/all_configs.txt", |
29 | 49 | "protocols_dir": "config/protocols" |
30 | 50 | } |
|
0 commit comments