From baf97f8ea4a58bb4ef0867c26338eccb7974d425 Mon Sep 17 00:00:00 2001 From: Arksine Date: Sun, 14 Feb 2021 17:50:45 -0500 Subject: [PATCH] docs: document new "data_store" options. Signed-off-by: Eric Callahan --- docs/configuration.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/configuration.md b/docs/configuration.md index 38fefa3..6742135 100644 --- a/docs/configuration.md +++ b/docs/configuration.md @@ -47,6 +47,13 @@ config_path: # files to this directory. Note that this may not be the system root # (ie: "/") and moonraker must have read and write access permissions # for this directory. +temperature_store_size: 1200 +# The maximum number of temperature values to store for each sensor. Note +# that this value also applies to the "target", "power", and "fan_speed" +# if the sensor reports them. The default is 1200, which is enough to +# store approximately 20 minutes of data at one value per second. +gcode_store_size: 1000 +# The maximum number "gcode lines" to store. The default is 1000. ``` ## authorization