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 Ayaz Salikhov
parent 9cd531659a
commit c50edf507c

View File

@@ -346,7 +346,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.