Revert burst-size to 65535 (matching production revert)
This commit is contained in:
parent
a11f64b636
commit
62c792e7e6
|
|
@ -10,7 +10,7 @@
|
||||||
<header-timeout>15</header-timeout>
|
<header-timeout>15</header-timeout>
|
||||||
<source-timeout>10</source-timeout>
|
<source-timeout>10</source-timeout>
|
||||||
<burst-on-connect>1</burst-on-connect>
|
<burst-on-connect>1</burst-on-connect>
|
||||||
<burst-size>500000</burst-size>
|
<burst-size>65535</burst-size>
|
||||||
</limits>
|
</limits>
|
||||||
|
|
||||||
<authentication>
|
<authentication>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue