We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9a38dd commit 343ddd6Copy full SHA for 343ddd6
components/hord-cli/src/scan/bitcoin.rs
@@ -272,7 +272,7 @@ pub async fn execute_predicates_action<'a>(
272
actions_triggered += 1;
273
match action {
274
BitcoinChainhookOccurrence::Http(request) => {
275
- send_request(request, 3, 1, &ctx).await?
+ send_request(request, 60, 3, &ctx).await?
276
}
277
BitcoinChainhookOccurrence::File(path, bytes) => {
278
file_append(path, bytes, &ctx)?
0 commit comments