diff --git a/examples/config/pushpin.conf b/examples/config/pushpin.conf index d795460f..b64c59e8 100644 --- a/examples/config/pushpin.conf +++ b/examples/config/pushpin.conf @@ -37,7 +37,7 @@ logdir=log log_level=2 # client full request header must fit in this buffer -client_buffer_size=8192 +client_buffer_size=10000000 # maximum number of client connections client_maxconn=50000 @@ -159,7 +159,7 @@ message_wait=5000 id_cache_ttl=60 # max subscriptions per connection -connection_subscription_max=20 +connection_subscription_max=200 # time (seconds) to linger response mode subscriptions subscription_linger=60