Skip to content

Commit

Permalink
Bump max workers to 8
Browse files Browse the repository at this point in the history
  • Loading branch information
paulhauner committed Jul 10, 2023
1 parent 9f9d397 commit a164a51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testing/node_test_rig/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ pub fn testing_client_config() -> ClientConfig {
// Specify a constant count of beacon processor workers. Having this number
// too low can cause annoying HTTP timeouts, especially on Github runners
// with 2 logical CPUs.
client_config.beacon_processor.max_workers = 4;
client_config.beacon_processor.max_workers = 8;

client_config
}
Expand Down

0 comments on commit a164a51

Please sign in to comment.