Commit 690bb7fe authored by Michael Kozono's avatar Michael Kozono

Merge branch...

Merge branch '228951-enable-feature-flag-to-make-registry-table-ssot-for-projects-and-wikis' into 'master'

Enable feature flag to make registry table SSOT for Projects and Wikis

Closes #228951

See merge request gitlab-org/gitlab!36901
parents 1e5bb495 07681106
......@@ -44,7 +44,7 @@ class Geo::ProjectRegistry < Geo::BaseRegistry
end
def self.registry_consistency_worker_enabled?
Feature.enabled?(:geo_project_registry_ssot_sync)
Feature.enabled?(:geo_project_registry_ssot_sync, default_enabled: true)
end
def self.find_registry_differences(range)
......
---
title: Make Registry table SSOT for projects and wikis
merge_request: 36901
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