feat: complete final jetstream parity transport and runtime baselines
This commit is contained in:
@@ -4,4 +4,5 @@ public sealed class LeafNodeOptions
|
||||
{
|
||||
public string Host { get; set; } = "0.0.0.0";
|
||||
public int Port { get; set; }
|
||||
public List<string> Remotes { get; set; } = [];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user