Packages

LiveView-style runtime for Gleam.

Current section

Files

Jump to
lightspeed include lightspeed@cluster@durable_session_SnapshotJournal.hrl
Raw

include/lightspeed@cluster@durable_session_SnapshotJournal.hrl

-record(snapshot_journal, {
snapshot_store :: binary(),
journal_store :: binary(),
checkpoint_every :: integer()
}).