Solving race conditions

This commit is contained in:
心隨緣動
2025-09-15 23:16:41 +08:00
committed by GitHub
parent 11ba442c2e
commit fa3d17812e
+5 -7
View File
@@ -11,8 +11,7 @@
"services": [
"HandlerService",
"LoggerService",
"StatsService",
"ObservatoryService"
"StatsService"
]
},
"inbounds": [
@@ -49,10 +48,10 @@
"policy": {
"levels": {
"0": {
"downlinkOnly": 0,
"handshake": 4,
"connIdle": 300,
"uplinkOnly": 0,
"handshake": 8,
"connIdle": 500,
"downlinkOnly": 0,
"statsUserUplink": true,
"statsUserDownlink": true,
"statsUserOnline": true
@@ -95,6 +94,5 @@
"metrics": {
"tag": "metrics_out",
"listen": "127.0.0.1:11111"
},
"observatory": {}
}
}