View Source ExWal.Models.Config (ex_wal v0.2.3)

Configure for Exwal

Summary

Types

@type wal_option_schema_t() :: [
  path: binary(),
  nosync: boolean(),
  segment_size: integer(),
  segment_cache_size: integer()
]

Functions