Fix bootstrap_fork_open test
		
	This commit is contained in:
		
					parent
					
						
							
								7919fd66e5
							
						
					
				
			
			
				commit
				
					
						380ed40aa7
					
				
			
		
					 1 changed files with 2 additions and 0 deletions
				
			
		|  | @ -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; | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Piotr Wójcik
				Piotr Wójcik