Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-08-02 | Set 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-06-30 | Remove bigcouch (#8056) | Micah | |
Change-Id: I0c6e27298c63bd37de1410985d054799818c22a4 | |||
2016-05-20 | [feat] Automatic couchdb db compaction | varac | |
Automatic background couchdb db compaction frees a huge amount of diskspace. - Resolves: #8118 | |||
2015-11-18 | update design docs for couch from webapp | Azul | |
2015-09-28 | Create invite code db and design docs | ankonym | |
2015-04-08 | move rotated db creation to site_couchdb and fix rotated db tests | elijah | |
2015-03-30 | added support for rotating couchdb databases. | elijah | |
2014-11-20 | ship a modified runit config for bigcouch that raises the open file | Micah Anderson | |
descriptor limits to account for bigcouch sync spikes (#4935) Change-Id: I242fba31f961b6139ec641e1708b170f5c0d009b | |||
2014-04-10 | #5315 update soledad design docs | Azul | |
2014-02-26 | update design docs, include messages (#5188) | Azul | |
2014-01-09 | fix function issues in webapp design documents | Azul | |
This change is a result of https://github.com/leapcode/leap_web/pull/133. Both should be deployed at the same time to prevent conflicts. | |||
2013-12-31 | add design docs for new soledad version to shared db | Azul | |
2013-12-19 | Deploy /etc/leap/couchdb_scripts_defaults.conf so we can exclude some DBs, ↵ | varac | |
i.e. sessions + tokens (#4794) | |||
2013-11-28 | remove duplicate couchdb design document json files | Micah Anderson | |
Change-Id: I5b3d073aec0522cf464ff41905be1ee326f13197 | |||
2013-11-27 | enable uploading a document to couch from a file (#4256) | Micah Anderson | |
deploy design documents during couch deploy (#3771) Change-Id: I4679e066303ac9b02582214c48e2e7dcfe5bd651 | |||
2013-11-21 | initial design documents from the webapp (#3770) | Azul | |
2013-03-10 | futon is enabled by default on bigcouch in default.ini | varac | |
we need to find another way to disable futon, it won't work disabling it here | |||
2013-03-09 | couchdb init file moved to couchdb module | varac | |
2013-02-09 | re-enabling futon (see #1121) | varac | |
2013-02-08 | couchdb: disable futon (Feature #1121) | varac | |
2012-12-19 | added ca_daemon initscript for later | varac | |
2012-11-04 | provide coustom couchdb initscript to ensure stop/restart is working | varac | |
2012-11-03 | configure apache ssl proxy for couchdb | varac | |
2012-11-03 | [admins] section moved to local.d/admin.ini | varac | |
2012-11-01 | custom local.ini with ssl support | varac | |