add missing parameters to splithttp example (english)

This commit is contained in:
mmmray 2024-07-02 16:57:31 -05:00
parent cb45cdf7eb
commit 4705e44b75

View File

@ -26,7 +26,9 @@ The `SplitHttpObject` corresponds to the `splithttpSettings` section under trans
"host": "xray.com",
"headers": {
"key": "value"
}
},
"maxUploadSize": 1000000,
"maxConcurrentUploads": 10
}
```