Send buffer is smaller (1mb)

This commit is contained in:
Robinson 2023-02-15 15:22:49 +01:00
parent 76a96a89ef
commit 3064545645
No known key found for this signature in database
GPG Key ID: 8E7DB78588BD6F5C

View File

@ -441,7 +441,7 @@ abstract class Configuration {
*
* A value of 0 will 'auto-configure' this setting
*/
var sendBufferSize = 2097152
var sendBufferSize = 1048576
set(value) {
require(!contextDefined) { errorMessage }
field = value