summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authordrebs <drebs@riseup.net>2017-10-11 11:20:22 -0300
committerdrebs <drebs@riseup.net>2017-10-12 14:34:11 -0300
commite0e427728848ce8bb33b4a4d6f8937ec5788d2c6 (patch)
tree7f7ddaf67cb4dbe976fdceed9fcac81eb1767251 /docs
parent1cde86239f68ca8fa896ecf4ffc6b891eeb837e3 (diff)
[feature] make concurrent blob writes configurable
Diffstat (limited to 'docs')
-rw-r--r--docs/server.rst34
1 files changed, 18 insertions, 16 deletions
diff --git a/docs/server.rst b/docs/server.rst
index 90321922..f06668d7 100644
--- a/docs/server.rst
+++ b/docs/server.rst
@@ -15,22 +15,24 @@ Soledad Server looks for a configuration file in
``/etc/soledad/soledad-server.conf`` and will read the following configuration
options from the ``[soledad-server]`` section:
-==================== =============================================== ================================
-Option Description Default value
-==================== =============================================== ================================
-couch_url The URL of the CouchDB backend storage. ``http://localhost:5984``
-create_cmd The shell command to create user databases. None
-admin_netrc The netrc file to be used for authenticating ``/etc/couchdb/couchdb.netrc``
- with the CouchDB backend storage.
-batching Whether to use batching capabilities for ``true``
- synchronization.
-blobs Whether to provide the Blobs functionality or ``false``
- not.
-blobs_path The path for blobs storage in the server's file ``/var/lib/soledad/blobs``
- system.
-services_tokens_file The file containing authentication tokens for ``/etc/soledad/services.tokens``
- services provided through the Services API.
-==================== =============================================== ================================
+====================== =============================================== ================================
+Option Description Default value
+====================== =============================================== ================================
+couch_url The URL of the CouchDB backend storage. ``http://localhost:5984``
+create_cmd The shell command to create user databases. None
+admin_netrc The netrc file to be used for authenticating ``/etc/couchdb/couchdb.netrc``
+ with the CouchDB backend storage.
+batching Whether to use batching capabilities for ``true``
+ synchronization.
+blobs Whether to provide the Blobs functionality or ``false``
+ not.
+blobs_path The path for blobs storage in the server's file ``/var/lib/soledad/blobs``
+ system.
+concurrent_blob_writes Limit of concurrent blob writes to the 50
+ filesystem.
+services_tokens_file The file containing authentication tokens for ``/etc/soledad/services.tokens``
+ services provided through the Services API.
+====================== =============================================== ================================
Running
-------