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 fc246e55526585fc10c9851d95043977b09b8f80
parent e2651889e089315e88e468cbb92321e65a346da9
Author: Joris Vink <joris@coders.se>
Date:   Fri, 26 Oct 2018 19:24:51 +0200

defaults were changed

Diffstat:
conf/kore.conf.example | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/conf/kore.conf.example b/conf/kore.conf.example @@ -34,10 +34,10 @@ workers 4 # The number of active connections each worker can handle. # You might have to tweak this number based on your hardware. -#worker_max_connections 250 +#worker_max_connections 512 # Limit of maximum open files per worker. -#worker_rlimit_nofiles 1024 +#worker_rlimit_nofiles 768 # Limit the number of new connections a worker can accept # in a single event loop. By default Kore will accept as