forked from TrueCloudLab/frostfs-node
[#1577] node/container: Fix typo
Signed-off-by: Ekaterina Lebedeva <ekaterina.lebedeva@yadro.com>
This commit is contained in:
parent
242f0095d0
commit
c0221d76e6
2 changed files with 2 additions and 2 deletions
|
@ -6,7 +6,7 @@ const (
|
|||
subsection = "container"
|
||||
listStreamSubsection = "list_stream"
|
||||
|
||||
// ContainerBatchSizeDefault represents he maximum amount of containers to send via stream at once.
|
||||
// ContainerBatchSizeDefault represents the maximum amount of containers to send via stream at once.
|
||||
ContainerBatchSizeDefault = 1000
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue