Class SyncCompressedModeOptions
Inherited Members
Namespace: Tenray.ZoneTree.WAL
Assembly: ZoneTree.dll
Syntax
public sealed class SyncCompressedModeOptions
Properties
| Improve this Doc View SourceEnableTailWriterJob
In sync-compressed WAL mode, if enabled a separate thread starts to write the tail block to the file periodically. This improves durability in compressed WALs. Default value is true.
Declaration
public bool EnableTailWriterJob { get; set; }
Property Value
Type | Description |
---|---|
bool |
TailWriterJobInterval
The delay in milliseconds before the next tail write. Default value is 500 ms.
Declaration
public int TailWriterJobInterval { get; set; }
Property Value
Type | Description |
---|---|
int |