feat: configurable proxy buffer number
This commit is contained in:
parent
d74dea7585
commit
c92d29d462
8 changed files with 29 additions and 4 deletions
|
|
@ -671,6 +671,7 @@ func NewDefault() Configuration {
|
|||
ProxyConnectTimeout: 5,
|
||||
ProxyReadTimeout: 60,
|
||||
ProxySendTimeout: 60,
|
||||
ProxyBufferNumber: 4,
|
||||
ProxyBufferSize: "4k",
|
||||
ProxyCookieDomain: "off",
|
||||
ProxyCookiePath: "off",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue