Enable Light Client server by default (#6950)

This commit is contained in:
Eitan Seri-Levi
2025-02-10 03:27:03 +02:00
committed by GitHub
parent e3e21f7516
commit afdda83798
7 changed files with 48 additions and 17 deletions

View File

@@ -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,
}
}