Skip to content
Snippets Groups Projects
Commit b40f2581 authored by Vasilii Iakliushin's avatar Vasilii Iakliushin
Browse files

Enable feature flag exact_pagination_token_match by default

Contributes to https://gitlab.com/gitlab-org/gitaly/-/issues/3817

Changelog: changed
parent 70d6aa02
No related merge requests found
......@@ -2,4 +2,4 @@ package featureflag
// ExactPaginationTokenMatch enables exact matching for provided pagination tokens and
// returns an error if the match is not found.
var ExactPaginationTokenMatch = NewFeatureFlag("exact_pagination_token_match", false)
var ExactPaginationTokenMatch = NewFeatureFlag("exact_pagination_token_match", true)
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