diff --git a/internal/metadata/featureflag/feature_flags.go b/internal/metadata/featureflag/feature_flags.go index 4b8d05bf671a87dcf3881a6ca63cd97bdc6c2380..e0dcadbaf64da233abfb9fb282cd3c73e9b66516 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} // TxConfig enables transactional voting for SetConfig and DeleteConfig RPCs.