check: Reduce default parallelism from 40 to 5

This commit is contained in:
Alexander Neumann 2019-03-25 21:49:30 +01:00
parent 66efa425bf
commit 7304738872
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ func New(repo restic.Repository) *Checker {
return c
}
const defaultParallelism = 40
const defaultParallelism = 5
// ErrDuplicatePacks is returned when a pack is found in more than one index.
type ErrDuplicatePacks struct {