cache: include dashboard files.
This commit is contained in:
parent
d4a2af58c8
commit
f6c31d7f59
@ -84,6 +84,7 @@ class Cache(object):
|
||||
# Project will be marked changed when packages are added/removed.
|
||||
'/source/([^/]+)/_meta$': TTL_LONG,
|
||||
'/source/([^/]+)/(?:[^/]+)/(?:_meta|_link)$': TTL_LONG,
|
||||
'/source/([^/]+)/dashboard/[^/]+\\?expand=1': TTL_LONG,
|
||||
# Handles clearing local cache on package deletes. Lots of queries like
|
||||
# updating project info, comment, and package additions.
|
||||
'/source/([^/]+)/(?:[^/?]+)(?:\?[^/]+)?$': TTL_LONG,
|
||||
|
Loading…
x
Reference in New Issue
Block a user