mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2025-01-10 15:14:09 +00:00
lib/backup/actions: remove misleading comment about the default value for Concurrency field
This commit is contained in:
parent
2f19ba0f75
commit
eda26a8352
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