Skip to content

Commit

Permalink
Merge commit 'afeb76ee4de287ca3707d4db419a196cfcbe374b' into feature/…
Browse files Browse the repository at this point in the history
…MTG-868-slots-storage

# Conflicts:
#	nft_ingester/src/bin/ingester/main.rs
#	nft_ingester/tests/api_tests.rs
#	rocks-db/src/asset_client.rs
  • Loading branch information
StanChe committed Nov 27, 2024
2 parents ca12aae + afeb76e commit 68bf6a0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion nft_ingester/src/bin/ingester/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -656,7 +656,6 @@ pub async fn main() -> Result<(), IngesterError> {
}
Err(e) => {
error!("Failed to clean synchronized indexes for {:?} with error {}", asset_type, e);
break;
}
}
tokio::time::sleep(Duration::from_secs(SECONDS_TO_RETRY_IDXS_CLEANUP)).await;
Expand Down

0 comments on commit 68bf6a0

Please sign in to comment.