##// END OF EJS Templates
hgwebdir: reduce memory usage for index generation...
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.

File last commit:

r0:9117c656 default
r13436:b391c0c9 stable
Show More
__init__.py
0 lines | 0 B | text/x-python | PythonLexer