Changes between Initial Version and Version 3 of Ticket #639


Ignore:
Timestamp:
Aug 23, 2006, 7:38:56 AM (18 years ago)
Author:
Alec Thomas
Comment:

Fixed formatting.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #639

    • Property Status changed from new to closed
    • Property Resolution changed from to duplicate
  • Ticket #639 – Description

    initial v3  
    33Small modification to the sync procedure solves that problem. (Basically, get changelists in chunks of 1000). Here's my local mod
    44
     5{{{
     6#!python
    57   # Override sync to precache data to make it run faster
    68    def sync(self):
     
    4042        # enough information to make it run a bit faster.
    4143        CachedRepository.sync(self)
     44}}}