Bump max ledger notifications value (#4930)
This commit is contained in:
parent
a7610bd084
commit
98c1cdc058
1 changed files with 1 additions and 1 deletions
|
@ -145,7 +145,7 @@ public:
|
|||
nano::lmdb_config lmdb_config;
|
||||
nano::database_backend database_backend{ env_database_backend ().value_or (nano::database_backend::lmdb) };
|
||||
bool enable_upnp{ true };
|
||||
std::size_t max_ledger_notifications{ 8 };
|
||||
std::size_t max_ledger_notifications{ 300 };
|
||||
|
||||
public:
|
||||
nano::vote_cache_config vote_cache;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue