mirror of
https://github.com/EvernodeXRPL/sashimono.git
synced 2026-04-29 15:38:00 +00:00
Increased bootstrap max msg size.
This commit is contained in:
4
dependencies/hp.cfg
vendored
4
dependencies/hp.cfg
vendored
@@ -47,7 +47,7 @@
|
||||
"max_connections": 0,
|
||||
"max_known_connections": 0,
|
||||
"max_in_connections_per_host": 0,
|
||||
"max_bytes_per_msg": 0,
|
||||
"max_bytes_per_msg": 10485760,
|
||||
"max_bytes_per_min": 0,
|
||||
"max_bad_msgs_per_min": 0,
|
||||
"max_bad_msgsigs_per_min": 0,
|
||||
@@ -61,7 +61,7 @@
|
||||
"port": 8080,
|
||||
"listen": true,
|
||||
"idle_timeout": 0,
|
||||
"max_bytes_per_msg": 0,
|
||||
"max_bytes_per_msg": 10485760,
|
||||
"max_bytes_per_min": 0,
|
||||
"max_bad_msgs_per_min": 0,
|
||||
"max_connections": 0,
|
||||
|
||||
Reference in New Issue
Block a user