Enables concurrency for observatory

This commit is contained in:
DHR60 2025-06-15 14:14:57 +08:00
parent 9e2336a71e
commit 682dbe6fdd

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