Skip to content

Commit 7bffc1d

Browse files
author
Artem
authored
Merge pull request #3197 from RedisInsight/new-cloud-feature-config
change cloud plans regexp
2 parents c92526d + ca29357 commit 7bffc1d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

redisinsight/api/config/features-config.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": 2.3405,
2+
"version": 2.46,
33
"features": {
44
"insightsRecommendations": {
55
"flag": true,
@@ -18,7 +18,7 @@
1818
"data": {
1919
"filterFreePlan": [{
2020
"field": "name",
21-
"expression": "^(No HA?.)|(Cache?.)",
21+
"expression": "^(No HA?.)|(Cache?.)|(30MB$)",
2222
"options": "i"
2323
}],
2424
"selectPlan": {

0 commit comments

Comments
 (0)