summaryrefslogtreecommitdiff
path: root/soledad_sync.py
diff options
context:
space:
mode:
authorKali Kaneko (leap communications) <kali@leap.se>2016-04-08 03:16:18 -0400
committerKali Kaneko (leap communications) <kali@leap.se>2016-04-08 03:16:18 -0400
commit9abd16fcbc23306e542aaa5cdc2ea8e9847dbfd7 (patch)
treee3515203616179e9f81392e3ae6017fe91be70b9 /soledad_sync.py
parent4dec62b52e9ee5982fc3587ea6c8eefc21d76417 (diff)
add ability to trigger a sync and measure reactor responsiveness
this is bad news though: we're blocking the reactor with the current implementation. what's the culprit?? stay tuned...
Diffstat (limited to 'soledad_sync.py')
-rw-r--r--soledad_sync.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/soledad_sync.py b/soledad_sync.py
index 403433e..654bc9a 100644
--- a/soledad_sync.py
+++ b/soledad_sync.py
@@ -3,9 +3,9 @@ from leap.soledad.client.api import Soledad
from twisted.internet import defer
-UUID = 'deadbeef1'
+UUID = 'deadbeef2'
HOST = 'http://localhost:2323'
-NUM_DOCS = 20
+NUM_DOCS = 100
PAYLOAD = '/tmp/payload'