summaryrefslogtreecommitdiffstats
path: root/sample_configs
diff options
context:
space:
mode:
authorClement Tsang <34804052+ClementTsang@users.noreply.github.com>2023-06-24 05:36:36 +0000
committerGitHub <noreply@github.com>2023-06-24 01:36:36 -0400
commit4ac3b432602259efbd79efefbd016eebb7966675 (patch)
tree16a7c6f0e4e5ae8f6838f6fe8c7e01e82030aea6 /sample_configs
parentcc3833289fa5063efe30c2a16da56a9b04117e1b (diff)
docs: update time-related documentation (#1222)
* docs: update time-related documentation * fix retention too
Diffstat (limited to 'sample_configs')
-rw-r--r--sample_configs/default_config.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/sample_configs/default_config.toml b/sample_configs/default_config.toml
index 74353b3c..e7b4058e 100644
--- a/sample_configs/default_config.toml
+++ b/sample_configs/default_config.toml
@@ -12,7 +12,7 @@
# Whether to use dot markers rather than braille.
#dot_marker = false
# The update rate of the application.
-#rate = 1000
+#rate = "1s"
# Whether to put the CPU legend to the left.
#left_legend = false
# Whether to set CPU% on a process to be based on the total CPU or just current usage.