Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/bin/datastore-service
diff options
context:
space:
mode:
authorBenjamin Saller <bcsaller@objectrealms.net>2007-05-25 19:05:20 (GMT)
committer Benjamin Saller <bcsaller@objectrealms.net>2007-05-25 19:05:20 (GMT)
commitbc4a19dd5f86d2dfbbfd614aa3a4cadfd66b0b04 (patch)
treee0c9cc6307bbf42cb5cba8ec2e8bc5e2f341e962 /bin/datastore-service
parent06940953a0680b41acb4db749315904261be0b81 (diff)
seems to work externalized fulltext indexer
Diffstat (limited to 'bin/datastore-service')
-rwxr-xr-xbin/datastore-service8
1 files changed, 4 insertions, 4 deletions
diff --git a/bin/datastore-service b/bin/datastore-service
index 981e06d..aa85b9d 100755
--- a/bin/datastore-service
+++ b/bin/datastore-service
@@ -56,9 +56,9 @@ def main():
logger.debug("Datastore shutdown with error",
exc_info=sys.exc_info())
-#main()
+main()
-import hotshot
-p = hotshot.Profile('hs.prof')
-p.run('main()')
+#import hotshot
+#p = hotshot.Profile('hs.prof')
+#p.run('main()')