mirror of
https://github.com/2dust/v2rayN.git
synced 2026-07-26 09:52:05 +03:00
@@ -37,7 +37,10 @@ public partial class CoreConfigV2rayService
|
||||
}
|
||||
|
||||
// Case 3: need to create or insert based on multipleLoad type
|
||||
if (multipleLoad is EMultipleLoad.LeastLoad or EMultipleLoad.Fallback)
|
||||
if (multipleLoad is EMultipleLoad.LeastLoad
|
||||
or EMultipleLoad.Fallback
|
||||
or EMultipleLoad.Random
|
||||
or EMultipleLoad.RoundRobin)
|
||||
{
|
||||
if (_coreConfig.burstObservatory is null)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user