Skip to content

Commit

Permalink
Config
Browse files Browse the repository at this point in the history
  • Loading branch information
pwojcikdev committed Nov 28, 2024
1 parent a1d7cdc commit 94ef461
Show file tree
Hide file tree
Showing 7 changed files with 217 additions and 147 deletions.
2 changes: 1 addition & 1 deletion nano/core_test/node.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3705,7 +3705,7 @@ TEST (node, bounded_backlog)
nano::test::system system;

nano::node_config node_config;
node_config.backlog.max_backlog = 10;
node_config.max_backlog = 10;
node_config.backlog_scan.enable = false;
auto & node = *system.add_node (node_config);

Expand Down
Loading

0 comments on commit 94ef461

Please sign in to comment.