Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorBenjamin Saller <bcsaller@objectrealms.net>2007-07-22 17:30:59 (GMT)
committer Benjamin Saller <bcsaller@objectrealms.net>2007-07-22 17:30:59 (GMT)
commitab19f19116433362051e988a9e5709018f5c4ad0 (patch)
tree6037b7a121768e08446e0fbb6e5496408b75b820 /bin
parentf0bffbf7a8357b6c38ebe09d1b81d7faadca588c (diff)
fix #2381
the new implementation of xapianindex violated the contract with backingstore here based on what the old index layer did. There is a test now covering this case and the issue is fixed
Diffstat (limited to 'bin')
-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()