Server max-write-idleDetails » History » Revision 7
Revision 6 (Anonymous, 2012-08-11 10:42) → Revision 7/8 (gstrauss, 2021-03-01 06:41)
h2. server.max-write-idle option server.max-write-idle maximum number of seconds until a waiting write call times out and closes the connection Default: 360 If you get warnings like this in the error log: 'NOTE: a request for ... timed out after writing xxxxx bytes. We waited 360 seconds. If this a problem increase server.max-write-idle' It's most likely caused by slow client connections. Apparently a client requested a file and lighttpd did not complete serving this file. This happens when the client's connection drops or the client is really slow. In this case there's no real need to adjust ajust the server.max-write-idle option.