mirror of
https://github.com/alexgo-io/bitcoin-indexer.git
synced 2026-04-30 12:41:50 +08:00
chore: disable sleep
This commit is contained in:
@@ -62,7 +62,7 @@ impl Service {
|
||||
|
||||
let hord_config = self.config.get_hord_config();
|
||||
|
||||
std::thread::sleep(std::time::Duration::from_secs(3600000));
|
||||
// std::thread::sleep(std::time::Duration::from_secs(3600000));
|
||||
// rebuild_rocks_db(&self.config, 767400, 767429, 767400, None, &self.ctx).await?;
|
||||
|
||||
// Catch-up with chain tip
|
||||
|
||||
Reference in New Issue
Block a user