mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Limit changed node count
This commit is contained in:
@@ -148,6 +148,13 @@ ApplyViewBase::update(
|
||||
items_.update(*base_, sle);
|
||||
}
|
||||
|
||||
std::size_t
|
||||
ApplyViewBase::size ()
|
||||
{
|
||||
return items_.size ();
|
||||
}
|
||||
|
||||
|
||||
//---
|
||||
|
||||
void
|
||||
|
||||
Reference in New Issue
Block a user