Commit 8e23aa4d authored by Michal Čihař's avatar Michal Čihař

Cache avatars longer

Signed-off-by: default avatarMichal Čihař <michal@cihar.com>
parent b53b93fe
...@@ -342,7 +342,7 @@ def user_page(request, user): ...@@ -342,7 +342,7 @@ def user_page(request, user):
) )
@cache_page(3600 * 24) @cache_page(3600 * 24 * 7)
def user_avatar(request, user, size): def user_avatar(request, user, size):
''' '''
User avatar page. User avatar page.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment