Skip to content

Commit a858c84

Browse files
committed
RI-6544 Default value is incorrect
1 parent e71b206 commit a858c84

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
@@ -123,7 +123,7 @@ export default defineConfig({
123123
RI_CONNECTIONS_TIMEOUT_DEFAULT: 30 * 1000,
124124
RI_HOSTED_API_BASE_URL: hostedApiBaseUrl,
125125
RI_CSRF_ENDPOINT: process.env.RI_CSRF_ENDPOINT,
126-
RI_DATABASE_OVERVIEW_REFRESH_INTERVAL: 5000,
126+
RI_DATABASE_OVERVIEW_REFRESH_INTERVAL: 5,
127127
RI_DATABASE_OVERVIEW_MINIMUM_REFRESH_INTERVAL: 5, // in seconds
128128
},
129129
},

0 commit comments

Comments
 (0)