Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
Enabled bool `mapstructure:"enabled" yaml:"enabled"`
Path string `mapstructure:"path" yaml:"path"`
SyncInterval time.Duration `mapstructure:"sync_interval" yaml:"sync_interval"` // How often to fsync WAL to disk
}
Config holds write-ahead logging configuration
func DefaultConfig ¶
func DefaultConfig() Config
Click to show internal directories.
Click to hide internal directories.