Thanks to visit codestin.com Credit goes to github.com
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 e2a60b3 commit b9f6943Copy full SHA for b9f6943
1 file changed
lib/core/settings.py
@@ -456,7 +456,7 @@
456
HASHDB_FLUSH_THRESHOLD = 32
457
458
# 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))
+HASHDB_MILESTONE_VALUE = "cAWxkLYCQT" # r5129 "".join(random.sample(string.letters, 10))
460
461
# Warn user of possible delay due to large page dump in full UNION query injections
462
LARGE_OUTPUT_THRESHOLD = 1024**2
0 commit comments