Skip to content

Commit

Permalink
Disable domain sync
Browse files Browse the repository at this point in the history
  • Loading branch information
shamil-gadelshin committed Sep 2, 2024
1 parent 1f8faa6 commit 64041cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion domains/service/src/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ impl From<SubstrateConfiguration> for Configuration {
max_blocks_per_request: 64,
// Substrate's default, full mode
sync_mode: SyncMode::Full,
pause_sync: Arc::new(AtomicBool::new(false)),
pause_sync: Arc::new(AtomicBool::new(true)),
// Substrate's default
enable_dht_random_walk: true,
// Substrate's default
Expand Down

0 comments on commit 64041cc

Please sign in to comment.