janl opened a new pull request #1424: allow socket server configuration for TLS httpd URL: https://github.com/apache/couchdb/pull/1424 The https we optimally start doesn’t read any server options, that prevents users from applying things like `{max, 512}` sockets for mochiweb. This PR adds support for this: ```ini [chttpsd] server_options = [{max, 512}] ```
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
