Skip to content

Snapshot Parameters

This module is responsible for reading and writing snapshots of the World State View.

TODO: explain the purpose of snapshots, file formats, etc

Wipe Snapshots

In case if something is wrong with the snapshots system, and you want to start from a blank page (in terms of snapshots), you could remove the directory specified by snapshot.store_path.

snapshot.create_every

  • Type: String or Number, Duration
  • Default: 1 minute

Frequency of making snapshots

Example:

toml
[snapshot]
create_every = "1 minute"

snapshot.creation_enabled

snapshot.store_path

  • Type: String
  • Default: ./storage/snapshot

Directory where to store snapshots

Example:

toml
[snapshot]
dir_path = "./storage/snapshot"