summaryrefslogtreecommitdiff
path: root/puppet/modules/site_couchdb/files/local.ini
AgeCommit message (Collapse)Author
2016-08-02Set TCP_NODELAY option for couchdb (#8264)Micah
Mochiweb in couchdb by default sets the TCP socket option SO_NODELAY to false. This means that small data sent to the TCP socket, like the reply to a document write request (or reading a very small document), will not be sent immediately to the network - TCP will buffer it for a while hoping that it will be asked to send more data through the same socket and then send all the data at once for increased performance. Setting this increases the couchdb speed significantly. Change-Id: Ib493ef061ff62c9bdee501e44ce2b55990fe14b7
2016-05-20[feat] Automatic couchdb db compactionvarac
Automatic background couchdb db compaction frees a huge amount of diskspace. - Resolves: #8118
2013-03-10futon is enabled by default on bigcouch in default.inivarac
we need to find another way to disable futon, it won't work disabling it here
2013-02-09re-enabling futon (see #1121)varac
2013-02-08couchdb: disable futon (Feature #1121)varac
2012-11-03configure apache ssl proxy for couchdbvarac
2012-11-03[admins] section moved to local.d/admin.inivarac
2012-11-01custom local.ini with ssl supportvarac