Skip to content

Commit 23889e2

Browse files
committed
RI-6545 - Auto-update rate can't be less than 5 s - updated minimum refresh rate to be 1 second
1 parent a858c84 commit 23889e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

redisinsight/ui/vite.config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ export default defineConfig({
124124
RI_HOSTED_API_BASE_URL: hostedApiBaseUrl,
125125
RI_CSRF_ENDPOINT: process.env.RI_CSRF_ENDPOINT,
126126
RI_DATABASE_OVERVIEW_REFRESH_INTERVAL: 5,
127-
RI_DATABASE_OVERVIEW_MINIMUM_REFRESH_INTERVAL: 5, // in seconds
127+
RI_DATABASE_OVERVIEW_MINIMUM_REFRESH_INTERVAL: 1, // in seconds
128128
},
129129
},
130130
// hack: apply proxy path to monaco webworker

0 commit comments

Comments
 (0)