Skip to content
This repository has been archived by the owner on Oct 17, 2022. It is now read-only.

Commit

Permalink
Format link
Browse files Browse the repository at this point in the history
  • Loading branch information
Vincentas Vienozinskis committed Feb 23, 2018
1 parent e367e8f commit 046c74e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/maintenance/performance.rst
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ This TCP buffering behaviour can be disabled via
Connection limit
----------------

MochiWeb: https://github.com/mochi/mochiweb is handling CouchDB requests.
(`MochiWeb`_) is handling CouchDB requests.
By default maximum number of connections is 2048. To change this limit, use
server_options configuration variable. 'max' indicated maximum number of
connections.
Expand All @@ -224,6 +224,8 @@ connections.
[httpd]
server_options = [{backlog, 128}, {acceptor_pool_size, 16}, {max, 4096}]
.. _MochiWeb: https://github.com/mochi/mochiweb

CouchDB
=======

Expand Down

0 comments on commit 046c74e

Please sign in to comment.