Skip to content

Commit

Permalink
xhttp - default settings
Browse files Browse the repository at this point in the history
  • Loading branch information
MHSanaei committed Dec 5, 2024
1 parent 67dfe66 commit 9c63638
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions web/assets/js/model/inbound.js
Original file line number Diff line number Diff line change
Expand Up @@ -494,9 +494,9 @@ class xHTTPStreamSettings extends XrayCommonClass {
path = '/',
host = '',
headers = [],
scMaxConcurrentPosts = "100-200",
scMaxEachPostBytes = "1000000-2000000",
scMinPostsIntervalMs = "10-50",
scMaxConcurrentPosts = "100",
scMaxEachPostBytes = "1000000",
scMinPostsIntervalMs = "30",
noSSEHeader = false,
xPaddingBytes = "100-1000",
xmux = {
Expand Down

0 comments on commit 9c63638

Please sign in to comment.