kore

Kore is a web application platform for writing scalable, concurrent web based processes in C or Python.
Commits | Files | Refs | README | LICENSE | git clone https://git.kore.io/kore.git

commit 113dbaba53e23a38fe1f31457469448c4fe8bd33
parent bf1940225adf1503a0f71caa8a54c07af0b098d1
Author: Joris Vink <joris@coders.se>
Date:   Wed, 26 Jun 2013 15:58:09 +0200

reset worker_max_connections back to default

Diffstat:
modules/example/module.conf | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/example/module.conf b/modules/example/module.conf @@ -16,7 +16,7 @@ workers 2 # The number of active connections each worker can handle. # You might have to tweak this number based on your hardware. -worker_max_connections 50 +#worker_max_connections 250 # Store the main process its pid in this file. #pidfile /var/run/kore.pid