Skip to content

Commit 7b29a96

Browse files
author
Shubha Narayanan
committed
Changed default values
1 parent 5bb0ced commit 7b29a96

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

modules/oc-mirror-command-reference-v2-delete.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,10 @@ The following tables describe the `oc mirror` subcommands and flags for deleting
4949
|Log level one of `info`, `debug`, `trace`, and `error`. The default value is `info`.
5050

5151
|`--parallel-images <unit>`
52-
|Indicates the number of images deleted in parallel. The default value is `8`.
52+
|Indicates the number of images deleted in parallel. The default value is `4`.
5353

5454
|`--parallel-layers <unit>`
55-
|Indicates the number of image layers mirrored in parallel. The default value is `10`.
55+
|Indicates the number of image layers mirrored in parallel. The default value is `5`.
5656

5757
|`-p <unit>`, `--port <unit>`
5858
|HTTP port used by oc-mirror's local storage instance. The default value is `55000`.

modules/oc-mirror-command-reference-v2.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,10 +63,10 @@ The following tables describe the `oc mirror` subcommands and flags for oc-mirro
6363
|Determines the HTTP port used by oc-mirror plugin v2 local storage instance. The default value is `55000`.
6464

6565
|`--parallel-images <unit>`
66-
|Specifies the number of images mirrored in parallel. The default value is `8`.
66+
|Specifies the number of images mirrored in parallel. The default value is `4`.
6767

6868
|`--parallel-layers <unit>`
69-
|Specifies the number of image layers mirrored in parallel. The default value is `10`.
69+
|Specifies the number of image layers mirrored in parallel. The default value is `5`.
7070

7171
|`--max-nested-paths <int>`
7272
|Specifies the maximum number of nested paths for destination registries that limit nested paths. The default value is `0`.

0 commit comments

Comments
 (0)