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

Skip to content

Commit e35c7fb

Browse files
committed
Fixes #1172
1 parent 475cc8b commit e35c7fb

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
@@ -495,7 +495,7 @@
495495
HASHDB_END_TRANSACTION_RETRIES = 3
496496

497497
# Unique milestone value used for forced deprecation of old HashDB values (e.g. when changing hash/pickle mechanism)
498-
HASHDB_MILESTONE_VALUE = "nXkbwIURlN" # rd74b803 "".join(random.sample(string.ascii_letters, 10))
498+
HASHDB_MILESTONE_VALUE = "JHjrBugdDA" # "".join(random.sample(string.ascii_letters, 10))
499499

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

0 commit comments

Comments
 (0)