Skip to content
This repository has been archived by the owner on Dec 13, 2022. It is now read-only.

Commit

Permalink
doc
Browse files Browse the repository at this point in the history
  • Loading branch information
svyotov committed Aug 31, 2020
1 parent 276329d commit 7704603
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ghbackup/run.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ func Run(config Config) error {

results := make(chan repoState)

// Backup repositories in parallel with exponential-backoff retries
// Backup repositories in parallel with retries
go each(repos, config.Workers, func(r repo) {
state, err := config.backup(r)
for _, sleepDuration := range []time.Duration{5, 15, 45, 90, 180, -1} {
Expand Down

0 comments on commit 7704603

Please sign in to comment.