frostfs-node/pkg/morph/client/container
Evgenii Stratonikov df055fead5 [#931] morph: Provide batch size for container listing explicitly
Besides VM stack item limit we also have restrictions on the size of
JSON for a stackitem, which is 128k. This limit is much harder to
calculate, because JSON representation includes type and the encoding is
different for different items. Thus is makes no sense to invent our own
default, so use the one provided by neo-go. But for container listing we
know exactly what we process, so use big enough value, which is tested.

Introduced in be8607a1f6.

Refs #902
Refs https://github.com/nspcc-dev/neo-go/blob/v0.105.0/pkg/vm/stackitem/json.go#L353

Signed-off-by: Evgenii Stratonikov <e.stratonikov@yadro.com>
2024-01-29 14:00:11 +00:00
..
client.go [#772] node: Apply gofumpt 2023-10-31 17:03:03 +03:00
containers_of.go [#931] morph: Provide batch size for container listing explicitly 2024-01-29 14:00:11 +00:00
delete.go [#787] morph: Return VUB for IR service calls 2023-11-13 17:13:03 +03:00
deletion_info.go [#506] container: Use uint64 for epoch type 2023-11-14 19:00:11 +00:00
eacl.go [#481] Update frostfs-sdk-go and error pointer receivers 2023-08-09 10:26:53 +00:00
eacl_set.go [#787] morph: Return VUB from Invoke method 2023-11-13 17:13:03 +03:00
estimations.go [#787] morph: Return VUB from Invoke method 2023-11-13 17:13:03 +03:00
get.go [#481] Update frostfs-sdk-go and error pointer receivers 2023-08-09 10:26:53 +00:00
list.go Rename package name 2023-03-07 16:38:26 +03:00
load.go [#787] morph: Return VUB from Invoke method 2023-11-13 17:13:03 +03:00
put.go [#787] morph: Return VUB from Invoke method 2023-11-13 17:13:03 +03:00