Fixed Checkpointing docs for enabling checkpointing using settings.json (#1534)
This commit is contained in:
parent
3a369ddec3
commit
63a7fbc5fd
|
@ -38,10 +38,8 @@ Add the following key to your `settings.json`:
|
||||||
|
|
||||||
```json
|
```json
|
||||||
{
|
{
|
||||||
"features": {
|
"checkpointing": {
|
||||||
"checkpointing": {
|
"enabled": true
|
||||||
"enabled": true
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in New Issue