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 5494565 commit 79b3f4cCopy full SHA for 79b3f4c
redisinsight/api/src/common/constants/recommendations.ts
@@ -19,7 +19,7 @@ export const BIG_AMOUNT_OF_CONNECTED_CLIENTS_RECOMMENDATION_CLIENTS = 100;
19
export const BIG_STRINGS_RECOMMENDATION_MEMORY = 100_000;
20
export const SEARCH_INDEXES_RECOMMENDATION_KEYS_FOR_CHECK = 100;
21
export const REDIS_VERSION_RECOMMENDATION_VERSION = '6';
22
-export const COMBINE_SMALL_STRINGS_TO_HASHES_RECOMMENDATION_KEYS_COUNT = 1;
+export const COMBINE_SMALL_STRINGS_TO_HASHES_RECOMMENDATION_KEYS_COUNT = 10;
23
export const SEARCH_HASH_RECOMMENDATION_KEYS_FOR_CHECK = 50;
24
export const SEARCH_HASH_RECOMMENDATION_KEYS_LENGTH = 2;
25
export const RTS_KEYS_FOR_CHECK = 100;
0 commit comments