Mercurial > hg
comparison COPYING @ 13436:b391c0c9be61 stable
hgwebdir: reduce memory usage for index generation
The archive list generator was holding a reference to each
temporary ui copy passed by rawentries(), so the memory
usage for index generation growed proportionally to the
ui object size and the amount of repositories. By returning a
list instead, the temporary reference is dropped immediately.
author | Wagner Bruna <wbruna@softwareexpress.com.br> |
---|---|
date | Thu, 17 Feb 2011 18:05:27 -0200 |
parents | e6db25785b00 |
children | 8c8b55733cbd |
comparison
equal
deleted
inserted
replaced
13435:90d7ce986565 | 13436:b391c0c9be61 |
---|