Rev 619: reset chunk limit. in file:///data/jelmer/bzr-svn/revprops/

Jelmer Vernooij jelmer at samba.org
Fri Feb 1 14:56:35 GMT 2008


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

------------------------------------------------------------
revno: 619
revision-id:jelmer at samba.org-20080201145634-584f22huhiha50bu
parent: jelmer at samba.org-20080201145339-qi9htwdsfb2h2kji
committer: Jelmer Vernooij <jelmer at samba.org>
branch nick: revprops
timestamp: Fri 2008-02-01 15:56:34 +0100
message:
  reset chunk limit.
modified:
  logwalker.py                   logwalker.py-20060621215743-c13fhfnyzh1xzwh2-1
=== modified file 'logwalker.py'
--- a/logwalker.py	2008-01-19 12:43:31 +0000
+++ b/logwalker.py	2008-02-01 14:56:34 +0000
@@ -26,7 +26,7 @@
 
 from cache import sqlite3
 
-LOG_CHUNK_LIMIT = 0
+LOG_CHUNK_LIMIT = 1000
 
 class LogWalker(object):
     """Easy way to access the history of a Subversion repository."""




More information about the bazaar-commits mailing list