summaryrefslogtreecommitdiff
path: root/cmd_collect.go
diff options
context:
space:
mode:
Diffstat (limited to 'cmd_collect.go')
-rw-r--r--cmd_collect.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd_collect.go b/cmd_collect.go
index 742884a..79043a1 100644
--- a/cmd_collect.go
+++ b/cmd_collect.go
@@ -88,7 +88,7 @@ func collect(opts options) error {
cancel()
return
}
- fetcher := scanner.NewFetcher(cli, &scanner.FetcherOptions{
+ fetcher := scanner.NewFetcher(&backoffClient{cli: cli}, &scanner.FetcherOptions{
BatchSize: int(opts.BatchSize),
StartIndex: th.TreeSize,
EndIndex: int64(sth.TreeSize),