Skip to content

Commit 455dad2

Browse files
authored
Merge pull request #2509 from RedisInsight/bugfix/RI-4886-fix_error_shown_twice
Bugfix/ri 4886 fix error shown twice
2 parents 6cb550f + db99778 commit 455dad2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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.32,
2+
"version": 2.3201,
33
"features": {
44
"insightsRecommendations": {
55
"flag": true,
@@ -50,7 +50,7 @@
5050
"data": {
5151
"hideByName": [
5252
{
53-
"expression": "RedisGraphStub",
53+
"expression": "^RedisGraph.",
5454
"options": "i"
5555
}
5656
]

redisinsight/api/src/modules/cloud/job/jobs/cloud-job.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ export abstract class CloudJob {
6262
// silently ignore callback
6363
}
6464
}, 1_000, {
65-
maxWait: 1_000,
65+
maxWait: 2_000,
6666
});
6767
}
6868

0 commit comments

Comments
 (0)