From fa3d17812ea9ea7a9da47aa6e28051c1268e9c5c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BF=83=E9=9A=A8=E7=B7=A3=E5=8B=95?= Date: Mon, 15 Sep 2025 23:16:41 +0800 Subject: [PATCH] Solving race conditions --- web/service/config.json | 20 +++++++++----------- 1 file changed, 9 insertions(+), 11 deletions(-) diff --git a/web/service/config.json b/web/service/config.json index 89532320..34a90ddc 100644 --- a/web/service/config.json +++ b/web/service/config.json @@ -11,8 +11,7 @@ "services": [ "HandlerService", "LoggerService", - "StatsService", - "ObservatoryService" + "StatsService" ] }, "inbounds": [ @@ -49,13 +48,13 @@ "policy": { "levels": { "0": { - "downlinkOnly": 0, - "uplinkOnly": 0, - "handshake": 8, - "connIdle": 500, - "statsUserUplink": true, - "statsUserDownlink": true, - "statsUserOnline": true + "handshake": 4, + "connIdle": 300, + "uplinkOnly": 0, + "downlinkOnly": 0, + "statsUserUplink": true, + "statsUserDownlink": true, + "statsUserOnline": true } }, "system": { @@ -95,6 +94,5 @@ "metrics": { "tag": "metrics_out", "listen": "127.0.0.1:11111" - }, - "observatory": {} + } }