Commit ebb2c831 authored by nmilojevic1's avatar nmilojevic1

Enable :query_cache_for_load_balancing, by default

parent 0385d220
...@@ -190,7 +190,7 @@ module Gitlab ...@@ -190,7 +190,7 @@ module Gitlab
RequestStore[ENSURE_CACHING_KEY] = true RequestStore[ENSURE_CACHING_KEY] = true
if Feature.enabled?(:query_cache_for_load_balancing) if Feature.enabled?(:query_cache_for_load_balancing, default_enabled: true)
host.enable_query_cache! host.enable_query_cache!
end end
end end
......
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