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 475cc8b commit e35c7fbCopy full SHA for e35c7fb
1 file changed
lib/core/settings.py
@@ -495,7 +495,7 @@
495
HASHDB_END_TRANSACTION_RETRIES = 3
496
497
# 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))
+HASHDB_MILESTONE_VALUE = "JHjrBugdDA" # "".join(random.sample(string.ascii_letters, 10))
499
500
# Warn user of possible delay due to large page dump in full UNION query injections
501
LARGE_OUTPUT_THRESHOLD = 1024 ** 2
0 commit comments