Skip to content

Commit a9e8d07

Browse files
authored
Add link to snapshots
As snapshots are configured via the configuration file: this link need was added
1 parent eac60c2 commit a9e8d07

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/tdb-configuration.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ This is the default configuration used by TDB when you don't specify a configura
2727
* `bgsave` (post `v0.4.2` ):
2828
- `enabled` : This is an optional key, which is to be set to true to enable BGSAVE or false to disable it. If this key is not specified, TDB will enable BGSAVE by default
2929
- `every` : Run BGSAVE `every` seconds. So, for example, if you set this to 120, BGSAVE will run every two minutes. This is also an optional key, and if you don't provide it, the default BGSAVE duration of 120 seconds is used
30+
* `snapshot` (since `v0.4.5`, OPTIONAL): This key can be used to configure snapshots and is not enabled by default. See [this](/snapshots) for more information.
3031

3132
## Using a configuration file
3233

0 commit comments

Comments
 (0)