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

ff_transactional_restore_custom_hooks.go « featureflag « metadata « internal - gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 8f3e2337d4c28c6cf0a6e4e49d8704d1cf9733be (plain)
1
2
3
4
5
package featureflag

// TransactionalRestoreCustomHooks will use transactional voting in the
// RestoreCustomHooks RPC
var TransactionalRestoreCustomHooks = NewFeatureFlag("tx_restore_custom_hooks", false)