Framework
WALConfig
WAL configuration options.
| Property | Type | Description |
|---|
clockSkewToleranceMs? | number | Clock skew tolerance in milliseconds. Entries with timestamps slightly in the future are still valid. Default: 5 seconds (5000ms) |
maxEntrySize? | number | Maximum size for a single WAL entry value before segmentation. Default: 100KB or adapter.maxValueSize * 0.8 |
staleThresholdMs? | number | Threshold in milliseconds for considering an entry "stale". Stale pending entries are rolled back instead of replayed. Default: 5 minutes (300000ms) |