summaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorVictor Shyba <victor.shyba@gmail.com>2015-12-03 19:34:56 -0300
committerVictor Shyba <victor.shyba@gmail.com>2015-12-03 19:34:56 -0300
commit7208d8bc5e5f23d0773533b15763f64d236489b4 (patch)
treeb5af59cca307439653a3ed5a8ed1469c4b4af7fa /common
parentd103491cbc17e6e7422653e9b01101ff446e7391 (diff)
[feat] set default to False on batching for now
All batching code has no effect by default with this commit. Since we know that this is a dangerous new feature we will enable them only on our test servers and check them manually before setting it as default or adding more configuration features. Use SyncTarget and server conf file to enable it for testing.
Diffstat (limited to 'common')
-rw-r--r--common/src/leap/soledad/common/backend.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/src/leap/soledad/common/backend.py b/common/src/leap/soledad/common/backend.py
index 91f28fff..53426fb5 100644
--- a/common/src/leap/soledad/common/backend.py
+++ b/common/src/leap/soledad/common/backend.py
@@ -33,7 +33,7 @@ from leap.soledad.common.document import ServerDocument
class SoledadBackend(CommonBackend):
- BATCH_SUPPORT = True
+ BATCH_SUPPORT = False
"""
A U1DB backend implementation.