v2ray vor 9 Jahren
Ursprung
Commit
19b8b54672
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      shell/point/config_json.go

+ 1 - 1
shell/point/config_json.go

@@ -133,7 +133,7 @@ func (this *InboundDetourConfig) UnmarshalJSON(data []byte) error {
 			this.Allocation.Refresh = 5
 		}
 		if this.Allocation.Concurrency == 0 {
-			this.Allocation.Concurrency == 3
+			this.Allocation.Concurrency = 3
 		}
 	}
 	return nil