Skip to content

Commit

Permalink
Fix test_utils: add missing tree_discovery_interval_seconds
Browse files Browse the repository at this point in the history
  • Loading branch information
sergeytimoshin committed Sep 11, 2024
1 parent 8d46dca commit fc6dc98
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions forester/tests/test_utils.rs
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ pub fn forester_config() -> ForesterConfig {
cu_limit: 1_000_000,
rpc_pool_size: 20,
slot_update_interval_seconds: 10,
tree_discovery_interval_seconds: 5,
address_tree_data: vec![],
state_tree_data: vec![],
enable_metrics: false,
Expand Down

0 comments on commit fc6dc98

Please sign in to comment.