Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Commit

Permalink
tabs
Browse files Browse the repository at this point in the history
  • Loading branch information
ordian committed Sep 14, 2021
1 parent 76a0837 commit 0d162b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion node/service/src/chain_spec.rs
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ fn default_parachains_host_configuration(
max_code_size: MAX_CODE_SIZE,
max_pov_size: MAX_POV_SIZE,
max_head_data_size: 32 * 1024,
max_validators_per_core: Some(3),
max_validators_per_core: Some(3),
group_rotation_frequency: 20,
chain_availability_period: 4,
thread_availability_period: 4,
Expand Down

0 comments on commit 0d162b6

Please sign in to comment.