diff --git a/dependencies/hp.cfg b/dependencies/hp.cfg index b4e10d2..0cbf034 100644 --- a/dependencies/hp.cfg +++ b/dependencies/hp.cfg @@ -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,