Skip to content

Commit bc02590

Browse files
committed
update ff for global writes and rolling indexes
1 parent efdada9 commit bc02590

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/compass-preferences-model/src/feature-flags.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,14 +90,14 @@ export const featureFlags: Required<{
9090
},
9191

9292
enableRollingIndexes: {
93-
stage: 'development',
93+
stage: 'released',
9494
description: {
9595
short: 'Enable creating indexes with the rolling build in Atlas Cloud',
9696
},
9797
},
9898

9999
enableGlobalWrites: {
100-
stage: 'development',
100+
stage: 'released',
101101
description: {
102102
short: 'Enable Global Writes tab in Atlas Cloud',
103103
},

0 commit comments

Comments
 (0)