feat: execute post-baseline jetstream parity plan
This commit is contained in:
@@ -3,4 +3,6 @@ namespace NATS.Server.JetStream.Storage;
|
||||
public sealed class FileStoreOptions
|
||||
{
|
||||
public string Directory { get; set; } = string.Empty;
|
||||
public int BlockSizeBytes { get; set; } = 64 * 1024;
|
||||
public int MaxAgeMs { get; set; }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user