Explorar o código

fix usage of =

v2ray %!s(int64=9) %!d(string=hai) anos
pai
achega
19b8b54672
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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