mirror of
https://github.com/alexgo-io/bitcoin-indexer.git
synced 2026-06-14 00:22:19 +08:00
fix: increase number of retries
This commit is contained in:
@@ -272,7 +272,7 @@ pub async fn execute_predicates_action<'a>(
|
||||
actions_triggered += 1;
|
||||
match action {
|
||||
BitcoinChainhookOccurrence::Http(request) => {
|
||||
send_request(request, 3, 1, &ctx).await?
|
||||
send_request(request, 60, 3, &ctx).await?
|
||||
}
|
||||
BitcoinChainhookOccurrence::File(path, bytes) => {
|
||||
file_append(path, bytes, &ctx)?
|
||||
|
||||
Reference in New Issue
Block a user