summaryrefslogtreecommitdiff
path: root/soledad_sync.py
diff options
context:
space:
mode:
Diffstat (limited to 'soledad_sync.py')
-rw-r--r--soledad_sync.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/soledad_sync.py b/soledad_sync.py
index 8d5eceb..63beb87 100644
--- a/soledad_sync.py
+++ b/soledad_sync.py
@@ -4,9 +4,9 @@ from twisted.internet import defer
# EDIT THIS TO MATCH YOUR TEST ENVIRONMENT -------------
UUID = 'deadbeef'
-#HOST = 'http://futeisha:2323'
-HOST = 'http://localhost:2323'
-NUM_DOCS = 5
+HOST = 'http://futeisha:2323'
+# HOST = 'http://localhost:2323'
+NUM_DOCS = 20
PAYLOAD = '/tmp/payload'
# ------------------------------------------------------