mirror of
https://github.com/MarginaliaSearch/MarginaliaSearch.git
synced 2025-02-24 13:19:02 +00:00
Better request context
This commit is contained in:
parent
cd476dd243
commit
6b10413efe
@ -42,7 +42,7 @@ public class ContextScrambler {
|
|||||||
hashData[seed.length+3] = (byte)(hashi>>>24 & 0xFF);
|
hashData[seed.length+3] = (byte)(hashi>>>24 & 0xFF);
|
||||||
}
|
}
|
||||||
|
|
||||||
return String.format("#%x", hf.hashBytes(hashData).asInt());
|
return String.format("#%x:%x", hf.hashBytes(hashData).asInt(), System.nanoTime() & 0xFFFFFFFFL);
|
||||||
}
|
}
|
||||||
|
|
||||||
/** Generate a humongous salt with as many moving parts as possible,
|
/** Generate a humongous salt with as many moving parts as possible,
|
||||||
|
Loading…
Reference in New Issue
Block a user