Rev 1772: Increase caching commit interval. in file:///data/jelmer/bzr-svn/trunk/

Jelmer Vernooij jelmer at samba.org
Mon Sep 1 23:45:34 BST 2008


At file:///data/jelmer/bzr-svn/trunk/

------------------------------------------------------------
revno: 1772
revision-id: jelmer at samba.org-20080901224532-pn6qr29t49wqjnhe
parent: jelmer at samba.org-20080901224104-dta2muxbh239zi03
committer: Jelmer Vernooij <jelmer at samba.org>
branch nick: trunk
timestamp: Tue 2008-09-02 00:45:32 +0200
message:
  Increase caching commit interval.
modified:
  logwalker.py                   logwalker.py-20060621215743-c13fhfnyzh1xzwh2-1
=== modified file 'logwalker.py'
--- a/logwalker.py	2008-08-30 03:08:49 +0000
+++ b/logwalker.py	2008-09-01 22:45:32 +0000
@@ -126,7 +126,7 @@
             create unique index if not exists revprop_rev_name on revprop(rev, name);
             create unique index if not exists revinfo_rev on revinfo(rev);
         """)
-        self._commit_interval = 1000
+        self._commit_interval = 5000
     
     def find_latest_change(self, path, revnum):
         if path == "":




More information about the bazaar-commits mailing list