mirror of
https://github.com/restic/restic.git
synced 2025-07-11 02:28:33 +00:00
check: Reduce default parallelism from 40 to 5
This commit is contained in:
parent
66efa425bf
commit
7304738872
@ -49,7 +49,7 @@ func New(repo restic.Repository) *Checker {
|
|||||||
return c
|
return c
|
||||||
}
|
}
|
||||||
|
|
||||||
const defaultParallelism = 40
|
const defaultParallelism = 5
|
||||||
|
|
||||||
// ErrDuplicatePacks is returned when a pack is found in more than one index.
|
// ErrDuplicatePacks is returned when a pack is found in more than one index.
|
||||||
type ErrDuplicatePacks struct {
|
type ErrDuplicatePacks struct {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user