fix: Reduce untrusted manifest cache cap to 100

This commit is contained in:
Pratik Mankawde
2026-07-23 21:27:45 +01:00
committed by Ed Hennis
parent 587505ef18
commit 32a9cc4038

View File

@@ -281,7 +281,7 @@ private:
*
* Once reached, a manifest for a brand-new unlisted key is rejected.
*/
static constexpr std::size_t kMaxUntrustedCount = 50000;
static constexpr std::size_t kMaxUntrustedCount = 100;
/**
* Running count of manifests rejected because the untrusted cap was full.