From 9cac960a318782a1cc50e542b13a2b69c42c86b9 Mon Sep 17 00:00:00 2001 From: Ferran Llamas Date: Fri, 3 Nov 2023 09:43:58 +0100 Subject: [PATCH] Add experimental KB flag --- features-v2.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/features-v2.json b/features-v2.json index be0714a..1a384dd 100644 --- a/features-v2.json +++ b/features-v2.json @@ -47,6 +47,16 @@ "nucliadb_export_import_tasks": { "rollout": 100 }, + "nucliadb_experimental_kb": { + "rollout": 0, + "variants": { + "slug": [ + "4b94b396-74d3-4cea-a97d-935303e8fbf2:experimental-tiny", + "4b94b396-74d3-4cea-a97d-935303e8fbf2:experimental-small", + "4b94b396-74d3-4cea-a97d-935303e8fbf2:experimental-medium" + ] + } + }, "application_billing": { "rollout": 100 },