Files
@ c4ec645b42ce
Branch filter:
Location: kallithea/scripts/whitespacecleanup.sh
c4ec645b42ce
1.3 KiB
text/x-sh
helpers: cache user_or_none results in beaker long_term cache
Avoids repeated expensive 'LIKE' lookup on email addresses extracted from
changeset authors.
This information is only used for display of changelog information.
The cache will never expire - only when the server process expires. That is ok
for this very static information and the way it is used.
Avoids repeated expensive 'LIKE' lookup on email addresses extracted from
changeset authors.
This information is only used for display of changelog information.
The cache will never expire - only when the server process expires. That is ok
for this very static information and the way it is used.