Increased bootstrap max msg size.

This commit is contained in:
ravinsp
2022-02-28 21:50:25 +05:30
parent e503349f37
commit 7297eb4ca3

4
dependencies/hp.cfg vendored
View File

@@ -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,