Skip to content

Commit

Permalink
Merge pull request #1746 from subspace/initial-dsn-sync-message
Browse files Browse the repository at this point in the history
Helpful log message that initial DSN sync is happening
  • Loading branch information
nazar-pc authored Aug 3, 2023
2 parents 6228e3e + b6778b8 commit fc107b3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions crates/subspace-service/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -719,6 +719,8 @@ where

// TODO: This prevents SIGINT from working properly
if config.sync_from_dsn {
info!("⚙️ Starting initial sync from DSN, this might take some time");

let mut imported_blocks = 0;

// Repeat until no new blocks are imported
Expand Down

0 comments on commit fc107b3

Please sign in to comment.