frostfs-node/cmd/neofs-node
Leonard Lyubich 368e280413 [#776] cmd/node: Configure write-cache size limit
Add `size_limit` config value to write-cache section. Add `SizeLimit` method
of `writecache.Config` type. Pass its value to `WithMaxCacheSize` option on
app construction.

Reflect config update in examples. Cover new value in unit test.

Signed-off-by: Leonard Lyubich <leonard@nspcc.ru>
2021-09-15 18:07:36 +03:00
..
config [#776] cmd/node: Configure write-cache size limit 2021-09-15 18:07:36 +03:00
reputation [#645] *: Change the locality condition of the node from the placement 2021-09-07 09:53:18 +03:00
accounting.go [#607] cmd/node: Serve gRPC on multiple interfaces 2021-06-28 15:52:50 +03:00
attributes.go [#577] cmd/node: Use new config for node configuration 2021-06-02 13:28:15 +03:00
cache.go [#811] cmd/node: Use cache invalidator in container service 2021-09-13 14:50:18 +03:00
config.go [#776] cmd/node: Configure write-cache size limit 2021-09-15 18:07:36 +03:00
container.go [#811] service/container: Hide cache invalidation logic in Writer interface 2021-09-13 14:50:18 +03:00
control.go [#607] cmd/node: Empty Control server address as disable 2021-06-28 15:52:50 +03:00
grpc.go [#745] node: Add more debug logs on shutdown 2021-08-05 14:44:05 +03:00
main.go [#815] node: Make notary deposit before bootstrap 2021-09-13 14:50:52 +03:00
metrics.go [#745] node: Add more debug logs on shutdown 2021-08-05 14:44:05 +03:00
morph.go [#786] cmd/neofs-node: Use NNS to find contract script hashes missing in config 2021-09-13 14:51:35 +03:00
netmap.go [#770] pkg/morph: Rename all parsers and handlers structs/interfaces 2021-09-07 12:55:01 +03:00
object.go [#645] *: Change the locality condition of the node from the placement 2021-09-07 09:53:18 +03:00
pprof.go [#745] node: Add more debug logs on shutdown 2021-08-05 14:44:05 +03:00
reputation.go [#812] cmd/neofs-node: Support notary notifications in reputation service 2021-09-13 14:51:07 +03:00
session.go [#607] cmd/node: Serve gRPC on multiple interfaces 2021-06-28 15:52:50 +03:00
timers.go [#770] node: Add notary deposit timer 2021-09-07 12:55:01 +03:00
worker.go [#108] cmd/neofs-node: Listen new epoch notifications from morph 2020-10-21 14:42:51 +03:00