"bzr branch" downloads 10x the whole repo size through "dumb" http server (format 2a)?

David Ingamells david.ingamells at mapscape.eu
Thu May 9 07:36:56 UTC 2013


Ugh! Magic numbers :(
If 50 million bytes is intended as the comment suggests then the value should be 50000000


Stefan Monnier <monnier at iro.umontreal.ca> wrote:
>         if end_point > 45*1024*1024:
>             # The max cache size is 50MB, so don't create bigger blocks
>             start_new_block = True
>         else:
>             start_new_block = False

Isn't that "start_new_block = end_point > 45*1024*1024" ?


        Stefan


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.ubuntu.com/archives/bazaar/attachments/20130509/b1bd108e/attachment.html>


More information about the bazaar mailing list