nickva commented on issue #5802: URL: https://github.com/apache/couchdb/issues/5802#issuecomment-3602796833
Try tweaking these config values: ```ini [chttpd] disconnect_check_msec = 30000 disconnect_check_jitter_msec = 15000 ``` For instance, make `disconnect_check_msec = 300000` and see if it makes a difference. This could mean that before these client requests were sort of left lingering or open for longer than that... -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
