From 9f16de6958acf89cdcfef169f17e2868b63caf34 Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Tue, 10 Mar 2020 08:56:17 -0500 Subject: [PATCH] Docs for recorder commit_interval (#12316) --- source/_integrations/recorder.markdown | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/source/_integrations/recorder.markdown b/source/_integrations/recorder.markdown index 8a229650fac..5396e2c1aeb 100644 --- a/source/_integrations/recorder.markdown +++ b/source/_integrations/recorder.markdown @@ -57,6 +57,11 @@ recorder: required: false default: 1 type: integer + commit_interval: + description: How often (in seconds) the events and state changes are committed to the database. The default of `1` allows events to be committed almost right away without trashing the disk when an event storm happens. Increasing this will reduce disk I/O and may prolong disk (SD card) lifetime with the trade-off being that the logbook and history will lag. If this is set to `0` (zero), commit are made as soon as possible after an event is processed. + required: false + default: 1 + type: integer exclude: description: Configure which integrations should be excluded from recordings. required: false