Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorToon Claes <toon@gitlab.com>2021-06-28 12:55:51 +0300
committerToon Claes <toon@gitlab.com>2021-06-28 12:55:51 +0300
commitca1785dbca6cad0643a34d0a987e5164dad3d52f (patch)
tree9a04a6ea57a4bb8497171494ea3b0e0c8bed18df
parentaf77b534aba831bd0fb21ef71746f363786d9a92 (diff)
parentc5b8403b7e5c46b0d60a5417b6142582c0a91340 (diff)
Merge branch 'pks-ff-default-enable-go-update-remote-mirror' into 'master'
featureflag: Default-enable GoUpdateRemoteMirror See merge request gitlab-org/gitaly!3616
-rw-r--r--internal/metadata/featureflag/feature_flags.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/metadata/featureflag/feature_flags.go b/internal/metadata/featureflag/feature_flags.go
index 7565041a9..c441ad5e6 100644
--- a/internal/metadata/featureflag/feature_flags.go
+++ b/internal/metadata/featureflag/feature_flags.go
@@ -10,7 +10,7 @@ type FeatureFlag struct {
// NOTE: if you add a new feature flag please add it to the `All` list defined below.
var (
// GoUpdateRemoteMirror enables the Go implementation of UpdateRemoteMirror
- GoUpdateRemoteMirror = FeatureFlag{Name: "go_update_remote_mirror", OnByDefault: false}
+ GoUpdateRemoteMirror = FeatureFlag{Name: "go_update_remote_mirror", OnByDefault: true}
// FetchInternalRemoteErrors makes FetchInternalRemote return actual errors instead of a boolean
FetchInternalRemoteErrors = FeatureFlag{Name: "fetch_internal_remote_errors", OnByDefault: false}
// LFSPointersPipeline enables the alternative pipeline implementation of LFS-pointer