Skip to content

Commit

Permalink
sleep longer
Browse files Browse the repository at this point in the history
  • Loading branch information
buffalu committed Nov 22, 2023
1 parent d10ecc8 commit 44bf1dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/staked_nodes_updater_service.rs
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ impl StakedNodesUpdaterService {
*last_stakes = Instant::now();
Ok(true)
} else {
sleep(Duration::from_millis(1));
sleep(Duration::from_secs(1));
Ok(false)
}
}
Expand Down

0 comments on commit 44bf1dc

Please sign in to comment.