Mercurial > moin > 1.9
view setup.cfg @ 6028:1893da1d5213
userid lookup caches: use 1 on-disk cache file, update cache rather than rebuild
Before this, we maintained one cache file per attribute (e.g. name2id, openid2id,
...) - the related code did multiple passes over all user profiles to rebuild these
cache files.
Now doing a one-pass rebuild, writing all attribute -> userid mappings into
one on-disk cache file called "lookup".
Additionally to "name" and "openids", support fast lookup for "email" and "jid" also.
On profile save, we use to just kill the cache and let it rebuild. Now the cache
is read, updated and written back (which is much less expensive for wikis with more
than a few users).
Did some refactoring also, reducing duplication, breaking down the code into smaller
functions / methods.
author | Thomas Waldmann <tw AT waldmann-edv DOT de> |
---|---|
date | Wed, 12 Feb 2014 18:22:10 +0100 |
parents | c0f6dd7ad078 |
children |
line wrap: on
line source
# MoinMoin - Distutils config # # Copyright (c) 2001 by Jürgen Hermann <jh@web.de> # All rights reserved, see COPYING for details. [bdist_rpm] release=1 doc_files= README PKG-INFO docs/ requires=python build_requires=python