feat: execute full-repo remaining parity closure plan
This commit is contained in:
@@ -7,4 +7,6 @@ public sealed class ClusterOptions
|
||||
public int Port { get; set; } = 6222;
|
||||
public int PoolSize { get; set; } = 3;
|
||||
public List<string> Routes { get; set; } = [];
|
||||
public List<string> Accounts { get; set; } = [];
|
||||
public RouteCompression Compression { get; set; } = RouteCompression.None;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user