Skip to content

Commit

Permalink
set timeout duration to max
Browse files Browse the repository at this point in the history
  • Loading branch information
warrenpuffett committed Oct 2, 2024
1 parent 0c0e8ca commit 15755f2
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion counterparty-rs/src/indexer/utils.rs
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,10 @@ where
stopper,
&mut operation,
error_message,
RetryConfig::default(),
RetryConfig {
timeout: Duration::MAX,
..RetryConfig::default()
},
)
}

Expand Down

0 comments on commit 15755f2

Please sign in to comment.