Update config.example.json to enhance timeout settings and adjust relay parameters

This commit is contained in:
Abolfazl
2026-05-09 19:30:34 +03:30
parent ff3150e500
commit c258ae7c9e
+10 -5
View File
@@ -13,12 +13,17 @@
"socks5_port": 1080,
"verify_ssl": true,
"lan_sharing": false,
"relay_timeout": 25,
"tls_connect_timeout": 15,
"tcp_connect_timeout": 10,
"relay_ip_literals": true,
"relay_timeout": 55,
"tls_connect_timeout": 20,
"tcp_connect_timeout": 15,
"parallel_relay": 1,
"h2_connections": 2,
"enable_sub_batch": true,
"h2_connections": 1,
"ping_interval": 0.1,
"enable_batch": true,
"batch_window_micro": 0.020,
"batch_window_macro": 0.100,
"enable_sub_batch": false,
"block_hosts": [
"ads.example.com",
".doubleclick.net"