Skip to content

Commit 343ddd6

Browse files
author
Ludo Galabru
committed
fix: increase number of retries
1 parent f9a38dd commit 343ddd6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/hord-cli/src/scan/bitcoin.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ pub async fn execute_predicates_action<'a>(
272272
actions_triggered += 1;
273273
match action {
274274
BitcoinChainhookOccurrence::Http(request) => {
275-
send_request(request, 3, 1, &ctx).await?
275+
send_request(request, 60, 3, &ctx).await?
276276
}
277277
BitcoinChainhookOccurrence::File(path, bytes) => {
278278
file_append(path, bytes, &ctx)?

0 commit comments

Comments
 (0)