Skip to content

Commit

Permalink
[revert] enable pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
Zekun Li authored and Zekun Li committed Nov 13, 2024
1 parent e5dfb3b commit 8ee2857
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config/src/config/consensus_config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@ impl Default for ConsensusConfig {
max_pending_rounds_in_commit_vote_cache: 100,
optimistic_sig_verification: false,
enable_round_timeout_msg: true,
enable_pipeline: false,
enable_pipeline: true,
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion config/src/config/consensus_observer_config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ impl Default for ConsensusObserverConfig {
Self {
observer_enabled: false,
publisher_enabled: false,
enable_pipeline: false,
enable_pipeline: true,
max_network_channel_size: 1000,
max_parallel_serialization_tasks: num_cpus::get(), // Default to the number of CPUs
network_request_timeout_ms: 5_000, // 5 seconds
Expand Down

0 comments on commit 8ee2857

Please sign in to comment.