Skip to content

Commit

Permalink
increase bob maker sleep before syncer to 5 s
Browse files Browse the repository at this point in the history
  • Loading branch information
zkao committed Jul 11, 2022
1 parent bff0ec5 commit f6a042f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/swapd/runtime.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1044,7 +1044,7 @@ impl Runtime {
Some(remote_commit),
);

std::thread::sleep(Duration::from_secs_f32(2.0));
std::thread::sleep(Duration::from_secs_f32(5.0));
let btc_fee_task = self.syncer_state.estimate_fee_btc();
endpoints.send_to(
ServiceBus::Ctl,
Expand Down

0 comments on commit f6a042f

Please sign in to comment.