mirror of
https://github.com/XRPLF/rippled.git
synced 2026-04-29 15:37:57 +00:00
updates defaults
This commit is contained in:
@@ -58,7 +58,9 @@ namespace websocketpp {
|
||||
|
||||
const uint64_t DEFAULT_MAX_MESSAGE_SIZE = 0xFFFFFF; // ~16MB
|
||||
|
||||
const size_t DEFAULT_READ_THRESHOLD = 512;
|
||||
const size_t DEFAULT_READ_THRESHOLD = 1; // 512 would be a more sane value for this
|
||||
|
||||
const bool DEFAULT_SILENT_CLOSE = false; // true
|
||||
|
||||
const uint16_t DEFAULT_PORT = 80;
|
||||
const uint16_t DEFAULT_SECURE_PORT = 443;
|
||||
|
||||
Reference in New Issue
Block a user