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

Fix check

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