Skip to content

Commit

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

All subnets except NNS. 

See merge request dfinity-lab/public/ic!15866
  • Loading branch information
tthebst committed Nov 3, 2023
2 parents e268b98 + c16b1f1 commit c337458
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 c337458

Please sign in to comment.