Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b9f6943

Browse files
committed
minor update
1 parent e2a60b3 commit b9f6943

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/core/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -456,7 +456,7 @@
456456
HASHDB_FLUSH_THRESHOLD = 32
457457

458458
# Unique milestone value used for forced deprecation of old HashDB values (e.g. when changing hash/pickle mechanism)
459-
HASHDB_MILESTONE_VALUE = "ZTuyinSUvN" # r5125 "".join(random.sample(string.letters, 10))
459+
HASHDB_MILESTONE_VALUE = "cAWxkLYCQT" # r5129 "".join(random.sample(string.letters, 10))
460460

461461
# Warn user of possible delay due to large page dump in full UNION query injections
462462
LARGE_OUTPUT_THRESHOLD = 1024**2

0 commit comments

Comments
 (0)