Skip to content

Commit

Permalink
test: no retries when looking up token and owner when indexing nfts (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
kespinola authored Mar 12, 2024
1 parent 5ff0ad4 commit 2fb5d26
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ pub async fn burn_v1_asset<T: ConnectionTrait + TransactionTrait>(
Ok(())
}

const RETRY_INTERVALS: &[u64] = &[0, 5, 10];
const RETRY_INTERVALS: &[u64] = &[0];
const WSOL_ADDRESS: &str = "So11111111111111111111111111111111111111112";

lazy_static! {
Expand Down

0 comments on commit 2fb5d26

Please sign in to comment.