Skip to content

Commit 6251bbf

Browse files
addressing comments
Signed-off-by: Sarthak Aggarwal <[email protected]>
1 parent e70cd46 commit 6251bbf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/config.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3177,7 +3177,7 @@ static int applyClientMaxMemoryUsage(const char **err) {
31773177
return 1;
31783178
}
31793179

3180-
#define DB_HASH_SEED_MAX_LEN 256
3180+
#define DB_HASH_SEED_MAX_LEN 16
31813181
static int isValidDbHashSeed(char *val, const char **err) {
31823182
if (val[0] == '\0') {
31833183
*err = "db-hash-seed can't be empty";

0 commit comments

Comments
 (0)