Enables concurrency for observatory

pull/7437/head
DHR60 2025-06-15 14:14:57 +08:00
parent 9e2336a71e
commit 682dbe6fdd
1 changed files with 2 additions and 1 deletions

View File

@ -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;
}