Skip to content

Commit

Permalink
Merge branch 'tim/enable-1113' into 'rc--2023-11-08_23-01'
Browse files Browse the repository at this point in the history
feat(IC-1437): Enable QUIC state sync

 

See merge request dfinity-lab/public/ic!16002
  • Loading branch information
sasa-tomic committed Nov 9, 2023
2 parents ec140b7 + f9e9093 commit d430f7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rs/replica/setup_ic_network/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ use std::{
};
use tokio::sync::mpsc::Sender as TokioSender;

const ENABLE_NEW_STATE_SYNC: bool = false;
const ENABLE_NEW_STATE_SYNC: bool = true;
const ENABLE_NEW_P2P_CONSENSUS: bool = false;

/// The P2P state sync client.
Expand Down

0 comments on commit d430f7a

Please sign in to comment.