mirror of
https://github.com/sigp/lighthouse.git
synced 2026-05-08 17:26:04 +00:00
Reduce beacon processor cores to 4 for sims
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
|
// Specify a constant count of beacon processor workers. Having this number
|
||||||
// too low can cause annoying HTTP timeouts, especially on Github runners
|
// too low can cause annoying HTTP timeouts, especially on Github runners
|
||||||
// with 2 logical CPUs.
|
// with 2 logical CPUs.
|
||||||
client_config.beacon_processor.max_workers = 8;
|
client_config.beacon_processor.max_workers = 4;
|
||||||
|
|
||||||
client_config
|
client_config
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user