Skip to content

Commit 158b61b

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

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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";

tests/integration/scan-consistency-on-failover.tcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
start_server {tags {"scan-consistency-on-failover external:skip"}} {
22

3-
set fixed_seed "00112233445566778899aabbccddeeff"
3+
set fixed_seed "aabbccddeeff"
44
set shared_overrides [list appendonly no save "" db-hash-seed $fixed_seed activedefrag no hz 1]
55

66
start_server [list overrides $shared_overrides] {

0 commit comments

Comments
 (0)