summaryrefslogtreecommitdiff
path: root/soledad_sync.py
diff options
context:
space:
mode:
authorKali Kaneko (leap communications) <kali@leap.se>2016-04-08 14:54:06 -0400
committerKali Kaneko (leap communications) <kali@leap.se>2016-04-08 14:54:06 -0400
commit9f5d4c8c3d40f0f9b8959afdb8bd2c80e3935829 (patch)
tree38143ccdb3bd72cb618c9c37f6cbe5e4ae14b6b9 /soledad_sync.py
parent02c6b0ed8843e7863de13489d53f39c032f49e5f (diff)
fixed graphing
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'
# ------------------------------------------------------