mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-09 03:31:45 +00:00
Bump max workers to 8
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user