From 682dbe6fddfca307edd1b5443c22d43bd037b1d5 Mon Sep 17 00:00:00 2001 From: DHR60 Date: Sun, 15 Jun 2025 14:14:57 +0800 Subject: [PATCH] Enables concurrency for observatory --- .../ServiceLib/Services/CoreConfig/CoreConfigV2rayService.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/v2rayN/ServiceLib/Services/CoreConfig/CoreConfigV2rayService.cs b/v2rayN/ServiceLib/Services/CoreConfig/CoreConfigV2rayService.cs index b1dc1ffd..2f6a49f9 100644 --- a/v2rayN/ServiceLib/Services/CoreConfig/CoreConfigV2rayService.cs +++ b/v2rayN/ServiceLib/Services/CoreConfig/CoreConfigV2rayService.cs @@ -1372,7 +1372,8 @@ public class CoreConfigV2rayService { subjectSelector = [Global.ProxyTag], probeUrl = AppHandler.Instance.Config.SpeedTestItem.SpeedPingTestUrl, - probeInterval = "3m" + probeInterval = "3m", + enableConcurrency = true }; v2rayConfig.observatory = observatory; }