Options
All
  • Public
  • Public/Protected
  • All
Menu

m-ld clone journal configuration.

experimental

Hierarchy

  • JournalConfig

Index

Properties

Optional adminDebounce

adminDebounce: undefined | number

Time, in milliseconds, to delay expensive automatic journal administration tasks such as truncation and compaction, while the clone is highly active. Default is one second. Set to 0 to disable automatic journal administration (administration may still be prompted by the app).

default

1000

Optional maxEntryFootprint

maxEntryFootprint: undefined | number

A threshold of approximate entry size, in bytes, beyond which a fused entry will be committed rather than further extended. The entry storage size may be less than this if it compresses well, and can also be greater if the last (or only) individual transaction was itself large. Default is 10KB.

default

10000

Legend

  • Constructor
  • Property
  • Method
  • Property
  • Method
  • Inherited property
  • Inherited method
  • Static property
  • Static method
  • Protected method

Generated using TypeDoc. Delivered by Vercel. @m-ld/m-ld - v0.10.0 Source code licensed MIT. Privacy policy