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:
parent
239cb88f93
commit
13f1118576
1 changed files with 1 additions and 1 deletions
|
@ -409,7 +409,7 @@ on the procedure being called at any particular time."
|
|||
default-read-request-exception-handler)
|
||||
(write-response-exception-handler
|
||||
default-write-response-exception-handler)
|
||||
(connection-idle-timeout 60)
|
||||
(connection-idle-timeout #f)
|
||||
(connection-buffer-size 1024))
|
||||
"Run the knots web server.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue