mirror of
https://github.com/lingble/talos.git
synced 2025-11-01 21:17:54 +00:00
chore: update gRPC library and enable shared write buffers
Fixes #7576 See https://github.com/grpc/grpc-go/pull/6309 Signed-off-by: Andrey Smirnov <andrey.smirnov@siderolabs.com>
This commit is contained in:
@@ -102,6 +102,7 @@ func (a *APID) GetConnection(ctx context.Context, fullMethodName string) (contex
|
||||
MinConnectTimeout: 20 * time.Second,
|
||||
}),
|
||||
grpc.WithCodec(proxy.Codec()), //nolint:staticcheck
|
||||
grpc.WithSharedWriteBuffer(true),
|
||||
)
|
||||
|
||||
return outCtx, a.conn, err
|
||||
|
||||
Reference in New Issue
Block a user