Fix bootstrap_fork_open test

This commit is contained in:
Piotr Wójcik 2025-01-18 20:56:42 +01:00
commit 380ed40aa7

View file

@ -1387,6 +1387,8 @@ TEST (node, bootstrap_fork_open)
nano::test::system system;
nano::node_config node_config (system.get_available_port ());
node_config.bootstrap.account_sets.cooldown = 100ms; // Reduce cooldown to speed up fork resolution
node_config.bootstrap.frontier_scan.head_parallelistm = 3; // Make sure we can process the full account number range
node_config.bootstrap.frontier_rate_limit = 0; // Disable rate limiting to speed up the scan
// Disable automatic election activation
node_config.backlog_scan.enable = false;
node_config.priority_scheduler.enable = false;