Skip to content

Commit 79b3f4c

Browse files
#RI-5156 - resolve comments
1 parent 5494565 commit 79b3f4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

redisinsight/api/src/common/constants/recommendations.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ export const BIG_AMOUNT_OF_CONNECTED_CLIENTS_RECOMMENDATION_CLIENTS = 100;
1919
export const BIG_STRINGS_RECOMMENDATION_MEMORY = 100_000;
2020
export const SEARCH_INDEXES_RECOMMENDATION_KEYS_FOR_CHECK = 100;
2121
export const REDIS_VERSION_RECOMMENDATION_VERSION = '6';
22-
export const COMBINE_SMALL_STRINGS_TO_HASHES_RECOMMENDATION_KEYS_COUNT = 1;
22+
export const COMBINE_SMALL_STRINGS_TO_HASHES_RECOMMENDATION_KEYS_COUNT = 10;
2323
export const SEARCH_HASH_RECOMMENDATION_KEYS_FOR_CHECK = 50;
2424
export const SEARCH_HASH_RECOMMENDATION_KEYS_LENGTH = 2;
2525
export const RTS_KEYS_FOR_CHECK = 100;

0 commit comments

Comments
 (0)