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 542c0f1a298e5d1ef3bcea1e293f92832f51ded1
parent 3410a9db9192d772241e8748b1d9020d01fcc622
Author: Joris Vink <joris@sanctorum.se>
Date:   Mon, 10 Feb 2025 13:59:18 +0100

example doesn't need to spawn all workers

Diffstat:
examples/sse/conf/sse.conf | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/examples/sse/conf/sse.conf b/examples/sse/conf/sse.conf @@ -7,6 +7,8 @@ server tls { load ./sse.so http_keepalive_time 600 +workers 1 + domain * { attach tls