mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-14 18:32:42 +00:00
Enable Light Client server by default (#6950)
This commit is contained in:
@@ -171,7 +171,7 @@ impl Default for Config {
|
||||
sse_capacity_multiplier: 1,
|
||||
enable_beacon_processor: true,
|
||||
duplicate_block_status_code: StatusCode::ACCEPTED,
|
||||
enable_light_client_server: false,
|
||||
enable_light_client_server: true,
|
||||
target_peers: 100,
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user