Fix runtime review findings
This commit is contained in:
@@ -5,4 +5,6 @@ namespace MxGateway.Server.Configuration;
|
||||
public sealed class ProtocolOptions
|
||||
{
|
||||
public uint WorkerProtocolVersion { get; init; } = GatewayContractInfo.WorkerProtocolVersion;
|
||||
|
||||
public int MaxGrpcMessageBytes { get; init; } = 16 * 1024 * 1024;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user