use setting for delay before updating preview

This commit is contained in:
Mathieu PATUREL
2017-03-22 17:40:20 +11:00
parent 6a3dd6ac2f
commit 7126c0e090
2 changed files with 5 additions and 2 deletions

View File

@ -12,5 +12,8 @@
// Choose what to do with YAML/TOML (---/+++ respectively) headers
// Valid values: "wrap_in_pre", "remove".
"header_action": "wrap_in_pre"
"header_action": "wrap_in_pre",
// Wait at least the specified *seconds* before updating the preview.
"update_preview_every": 0
}