Skip to content

Commit

Permalink
Helpful log message that initial DSN sync is happening
Browse files Browse the repository at this point in the history
  • Loading branch information
nazar-pc committed Aug 2, 2023
1 parent 29efa69 commit b6778b8
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 b6778b8

Please sign in to comment.