Use #f as the default web server connection-idle-timeout

As it's not efficient yet and seems to cause excessive memory use.
This commit is contained in:
Christopher Baines 2025-02-20 14:20:25 +00:00
parent 239cb88f93
commit 13f1118576

View file

@ -409,7 +409,7 @@ on the procedure being called at any particular time."
default-read-request-exception-handler) default-read-request-exception-handler)
(write-response-exception-handler (write-response-exception-handler
default-write-response-exception-handler) default-write-response-exception-handler)
(connection-idle-timeout 60) (connection-idle-timeout #f)
(connection-buffer-size 1024)) (connection-buffer-size 1024))
"Run the knots web server. "Run the knots web server.