Bump max ledger notifications value (#4930)

This commit is contained in:
Piotr Wójcik 2025-07-14 21:42:52 +02:00 committed by GitHub
commit 98c1cdc058
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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;