Skip to content

Commit

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

Subnets: 

TBD 

See merge request dfinity-lab/public/ic!15064
  • Loading branch information
sasa-tomic committed Sep 28, 2023
2 parents ca5e505 + afcfa50 commit 928caf6
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 @@ -76,7 +76,7 @@ use std::{
sync::{Arc, Mutex, RwLock},
};

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

/// The P2P state sync client.
pub enum P2PStateSyncClient {
Expand Down

0 comments on commit 928caf6

Please sign in to comment.