Skip to content

Commit

Permalink
save (#4032)
Browse files Browse the repository at this point in the history
  • Loading branch information
AskAlexSharov authored Apr 30, 2022
1 parent a13c5ba commit 93ab7f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/downloader/downloader/downloader.go
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ func (cli *Protocols) Start(ctx context.Context, silent bool) error {
sem.Release(1)
}(t)
}
time.Sleep(330 * time.Second)
time.Sleep(30 * time.Second)
}
}()

Expand Down

0 comments on commit 93ab7f5

Please sign in to comment.