Record project continuation changes
This commit is contained in:
@@ -63,10 +63,12 @@ const (
|
||||
ProductionChannelVPNPacket = "vpn_packet"
|
||||
ProductionMessageVPNPacketBatch = "vpn.packet_batch"
|
||||
FabricServiceClassVPNPackets = "vpn_packets"
|
||||
FabricServiceClassRemoteWorkspace = "remote_workspace"
|
||||
FabricServiceChannelBulk = "bulk"
|
||||
FabricServiceChannelControl = "control"
|
||||
FabricServiceChannelInteractive = "interactive"
|
||||
FabricServiceChannelReliable = "reliable"
|
||||
FabricServiceChannelDroppable = "droppable"
|
||||
MaxProductionEnvelopePayloadBytes = 4096
|
||||
MaxProductionVPNPacketPayloadBytes = 256 * 1024
|
||||
MaxProductionEnvelopeFutureSkew = time.Minute
|
||||
|
||||
Reference in New Issue
Block a user