increased connection pool size to match all other pool sizes = 4096; that can improve memory usage

This commit is contained in:
Roman Arutyunyan 2012-05-22 13:08:33 +04:00
parent 63713c650d
commit 7e344dc2c9

View file

@ -586,7 +586,7 @@ ngx_rtmp_optimize_servers(ngx_conf_t *cf, ngx_array_t *ports)
ls->addr_ntop = 1;
ls->handler = ngx_rtmp_init_connection;
ls->pool_size = 256;
ls->pool_size = 4096;
/* TODO: error_log directive */
ls->logp = &cf->cycle->new_log;