Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorTomeu Vizoso <tomeu@tomeuvizoso.net>2007-06-22 09:00:39 (GMT)
committer Tomeu Vizoso <tomeu@tomeuvizoso.net>2007-06-22 09:00:39 (GMT)
commit38d1d38d4a4ef57e00539530ce2f85676f48f858 (patch)
tree272ad3f9dac6e290ee17ecb5061a17aab77f8565 /bin
parent3e3306c37472798842d44202930faa4a6f192ea1 (diff)
Don't lock the fulltext db for writing when using the async indexer. Please review.
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 955a508..c558e5c 100755
--- a/bin/datastore-service
+++ b/bin/datastore-service
@@ -50,7 +50,7 @@ bus = dbus.SessionBus()
ds = DataStore(querymanager_sync_index=False)
ds.registerBackend(backingstore.FileBackingStore)
-ds.mount(repo_dir)
+ds.mount(repo_dir, {'sync_index': False})
# and run it
logger.info("Starting Datastore %s" % (repo_dir))