Skip to content

Commit 0dc9497

Browse files
committed
changed max default index from 15 to 99
1 parent 01621e6 commit 0dc9497

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

redisinsight/ui/src/utils/validations.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
export const MAX_TTL_NUMBER = 2147483647
22
export const MAX_PORT_NUMBER = 65535
3-
export const MAX_DATABASE_INDEX_NUMBER = 15
3+
export const MAX_DATABASE_INDEX_NUMBER = 99
44
export const MAX_SCORE_DECIMAL_LENGTH = 15
55

66
export const validateField = (text: string) => text.replace(/\s/g, '')

0 commit comments

Comments
 (0)