Commit ed98f833 authored by Alex Pooley's avatar Alex Pooley

Cache traversal path of namespaces

Changelog: performance
parent da83e791
......@@ -49,7 +49,7 @@ module Namespaces
end
def sync_traversal_ids?
Feature.enabled?(:sync_traversal_ids, root_ancestor, default_enabled: :yaml)
Feature.enabled?(:sync_traversal_ids, root_ancestor, default_enabled: true)
end
def use_traversal_ids?
......
---
title: Cache traversal path of namespaces
merge_request: 61329
author:
type: performance
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