|
@@ -523,7 +523,7 @@ class HTTPUpgradeStreamSettings extends XrayCommonClass {
|
|
}
|
|
}
|
|
|
|
|
|
class SplitHTTPStreamSettings extends XrayCommonClass {
|
|
class SplitHTTPStreamSettings extends XrayCommonClass {
|
|
- constructor(path='/', host='', headers=[] , maxUploadSize= 1, maxConcurrentUploads= 10) {
|
|
|
|
|
|
+ constructor(path='/', host='', headers=[] , maxUploadSize= 1000000, maxConcurrentUploads= 10) {
|
|
super();
|
|
super();
|
|
this.path = path;
|
|
this.path = path;
|
|
this.host = host;
|
|
this.host = host;
|
|
@@ -2608,4 +2608,4 @@ Inbound.WireguardSettings.Peer = class extends XrayCommonClass {
|
|
keepAlive: this.keepAlive?? undefined,
|
|
keepAlive: this.keepAlive?? undefined,
|
|
};
|
|
};
|
|
}
|
|
}
|
|
-};
|
|
|
|
|
|
+};
|