mirror of
https://github.com/2dust/v2rayN.git
synced 2025-07-01 20:42:10 +00:00
Enables concurrency for observatory
This commit is contained in:
parent
9e2336a71e
commit
682dbe6fdd
1 changed files with 2 additions and 1 deletions
|
@ -1372,7 +1372,8 @@ public class CoreConfigV2rayService
|
||||||
{
|
{
|
||||||
subjectSelector = [Global.ProxyTag],
|
subjectSelector = [Global.ProxyTag],
|
||||||
probeUrl = AppHandler.Instance.Config.SpeedTestItem.SpeedPingTestUrl,
|
probeUrl = AppHandler.Instance.Config.SpeedTestItem.SpeedPingTestUrl,
|
||||||
probeInterval = "3m"
|
probeInterval = "3m",
|
||||||
|
enableConcurrency = true
|
||||||
};
|
};
|
||||||
v2rayConfig.observatory = observatory;
|
v2rayConfig.observatory = observatory;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue