feat: improve legacy metadata and admin compatibility (#2202)

This commit is contained in:
weisd
2026-03-18 21:05:09 +08:00
committed by GitHub
parent 84077adf17
commit b9b7d86ae4
133 changed files with 11707 additions and 1945 deletions
-11
View File
@@ -310,17 +310,6 @@ impl DataUsageHash {
let hash = self.calculate_hash();
warn!(
"mod_alt: key: {} hash: {} cycle: {} cycles: {} mod: {} hash >> 32: {} result: {}",
self.0,
hash,
cycle,
cycles,
(hash >> 32) as u32,
(hash >> 32) as u32 % cycles,
cycle % cycles,
);
(hash >> 32) as u32 % cycles == cycle % cycles
}