We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01621e6 commit 0dc9497Copy full SHA for 0dc9497
redisinsight/ui/src/utils/validations.ts
@@ -1,6 +1,6 @@
1
export const MAX_TTL_NUMBER = 2147483647
2
export const MAX_PORT_NUMBER = 65535
3
-export const MAX_DATABASE_INDEX_NUMBER = 15
+export const MAX_DATABASE_INDEX_NUMBER = 99
4
export const MAX_SCORE_DECIMAL_LENGTH = 15
5
6
export const validateField = (text: string) => text.replace(/\s/g, '')
0 commit comments