Merge branch 'master' into develop
This commit is contained in:
commit
144713fdc1
|
@ -538,7 +538,6 @@ if CACHEOPS_ENABLED:
|
||||||
CACHEOPS_PREFIX = lambda _: "cacheops" # noqa
|
CACHEOPS_PREFIX = lambda _: "cacheops" # noqa
|
||||||
CACHEOPS_DEFAULTS = {"timeout": CACHEOPS_DURATION}
|
CACHEOPS_DEFAULTS = {"timeout": CACHEOPS_DURATION}
|
||||||
CACHEOPS = {
|
CACHEOPS = {
|
||||||
"users.user": {"ops": "get"},
|
|
||||||
"music.album": {"ops": "count"},
|
"music.album": {"ops": "count"},
|
||||||
"music.artist": {"ops": "count"},
|
"music.artist": {"ops": "count"},
|
||||||
"music.track": {"ops": "count"},
|
"music.track": {"ops": "count"},
|
||||||
|
|
Loading…
Reference in New Issue