Skip to content

Commit 2d7a483

Browse files
author
Artem
committed
#RI-4886 fix debounce intervals
1 parent 1155f84 commit 2d7a483

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)