Skip to content

Commit a1c6693

Browse files
committed
Backoff sleep between indexer client requests
1 parent cbb068b commit a1c6693

File tree

2 files changed

+403
-355
lines changed

2 files changed

+403
-355
lines changed

crates/apps_lib/src/client/masp.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,7 @@ pub async fn syncing<
131131
url,
132132
true,
133133
args.max_concurrent_fetches,
134+
Duration::from_millis(5),
134135
))?
135136
} else {
136137
display_line!(

0 commit comments

Comments
 (0)