Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/bin/datastore-service
diff options
context:
space:
mode:
Diffstat (limited to 'bin/datastore-service')
-rwxr-xr-xbin/datastore-service2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/datastore-service b/bin/datastore-service
index 2019793..c84e314 100755
--- a/bin/datastore-service
+++ b/bin/datastore-service
@@ -74,7 +74,7 @@ def main():
try:
while True:
context.iteration(False)
- time.sleep(0.025)
+ time.sleep(0.0025)
except KeyboardInterrupt:
ds.stop()