Commit cdc559e4 authored by Michal Čihař's avatar Michal Čihař

Fix check

parent f7015c22
......@@ -71,7 +71,7 @@ def performance(request):
# Check offloading indexing
checks.append((
_('Indexing offloading'),
not settings.OFFLOAD_INDEXING,
settings.OFFLOAD_INDEXING,
'production-indexing',
))
# Check for sane caching
......
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