Fixed Checkpointing docs for enabling checkpointing using settings.json (#1534)
This commit is contained in:
parent
3a369ddec3
commit
63a7fbc5fd
1 changed files with 2 additions and 4 deletions
|
|
@ -38,12 +38,10 @@ Add the following key to your `settings.json`:
|
|||
|
||||
```json
|
||||
{
|
||||
"features": {
|
||||
"checkpointing": {
|
||||
"enabled": true
|
||||
}
|
||||
}
|
||||
}
|
||||
```
|
||||
|
||||
## Using the `/restore` Command
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue