Skip to content

Commit 9c63638

Browse files
committed
xhttp - default settings
1 parent 67dfe66 commit 9c63638

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

web/assets/js/model/inbound.js

+3-3
Original file line numberDiff line numberDiff line change
@@ -494,9 +494,9 @@ class xHTTPStreamSettings extends XrayCommonClass {
494494
path = '/',
495495
host = '',
496496
headers = [],
497-
scMaxConcurrentPosts = "100-200",
498-
scMaxEachPostBytes = "1000000-2000000",
499-
scMinPostsIntervalMs = "10-50",
497+
scMaxConcurrentPosts = "100",
498+
scMaxEachPostBytes = "1000000",
499+
scMinPostsIntervalMs = "30",
500500
noSSEHeader = false,
501501
xPaddingBytes = "100-1000",
502502
xmux = {

0 commit comments

Comments
 (0)