Solving race conditions

This commit is contained in:
心隨緣動 2025-09-15 23:16:41 +08:00 committed by GitHub
parent 11ba442c2e
commit fa3d17812e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -11,8 +11,7 @@
"services": [ "services": [
"HandlerService", "HandlerService",
"LoggerService", "LoggerService",
"StatsService", "StatsService"
"ObservatoryService"
] ]
}, },
"inbounds": [ "inbounds": [
@ -49,13 +48,13 @@
"policy": { "policy": {
"levels": { "levels": {
"0": { "0": {
"downlinkOnly": 0, "handshake": 4,
"uplinkOnly": 0, "connIdle": 300,
"handshake": 8, "uplinkOnly": 0,
"connIdle": 500, "downlinkOnly": 0,
"statsUserUplink": true, "statsUserUplink": true,
"statsUserDownlink": true, "statsUserDownlink": true,
"statsUserOnline": true "statsUserOnline": true
} }
}, },
"system": { "system": {
@ -95,6 +94,5 @@
"metrics": { "metrics": {
"tag": "metrics_out", "tag": "metrics_out",
"listen": "127.0.0.1:11111" "listen": "127.0.0.1:11111"
}, }
"observatory": {}
} }