frostfs-sdk-go/pool
Leonard Lyubich 29c057272c [#147] pool: Limit buffer length by 3MB in PutObject
In previous implementation we wrote up to 4KB payload chunk per-call.
This led to sending a large number of messages with a large
amount of payload.

Increase buffer length limit to 3MB.

Signed-off-by: Leonard Lyubich <leonard@nspcc.ru>
2022-02-22 09:09:22 +03:00
..
cache.go [#126] pool: Store access time in the session token cache 2022-02-11 14:21:59 +03:00
cache_test.go [#126] pool: Store access time in the session token cache 2022-02-11 14:21:59 +03:00
key.go [#26] *: Move pkg content to root 2021-07-28 13:47:27 +03:00
mock_test.go [#131] client: Name all methods and types the same way 2022-02-18 17:01:08 +03:00
pool.go [#147] pool: Limit buffer length by 3MB in PutObject 2022-02-22 09:09:22 +03:00
pool_test.go [#131] client: Name all methods and types the same way 2022-02-18 17:01:08 +03:00
sampler.go [#26] *: Move pkg content to root 2021-07-28 13:47:27 +03:00
sampler_test.go [#131] client: Name all methods and types the same way 2022-02-18 17:01:08 +03:00