mirror of
https://github.com/XRPLF/rippled.git
synced 2026-08-21 14:20:56 +00:00
fix: Reduce untrusted manifest cache cap to 100
This commit is contained in:
committed by
Ayaz Salikhov
parent
9cd531659a
commit
c50edf507c
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user