mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-11-21 14:44:00 +00:00
lib/backup/actions: remove misleading comment about the default value for Concurrency field
This commit is contained in:
parent
be866b3b6b
commit
3286ca3318
2 changed files with 0 additions and 2 deletions
|
@ -28,7 +28,6 @@ var (
|
|||
// made via `/snapshot/create`. It works improperly on mutable files.
|
||||
type Backup struct {
|
||||
// Concurrency is the number of concurrent workers during the backup.
|
||||
// Concurrency=1 by default.
|
||||
Concurrency int
|
||||
|
||||
// Src is backup source
|
||||
|
|
|
@ -22,7 +22,6 @@ import (
|
|||
// It works improperly on mutable files.
|
||||
type Restore struct {
|
||||
// Concurrency is the number of concurrent workers to run during restore.
|
||||
// Concurrency=1 is used by default.
|
||||
Concurrency int
|
||||
|
||||
// Src is the source containing backed up data.
|
||||
|
|
Loading…
Reference in a new issue