summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authornicolargo <nicolas@nicolargo.com>2022-11-12 17:15:44 +0100
committernicolargo <nicolas@nicolargo.com>2022-11-12 17:15:44 +0100
commit056e9d2940562e8107bc82dc62f36e9d2e7cc455 (patch)
treea514852314411758cffa0e5e3487ca61bf2c3d5f /conf
parent91b6b4aff758d50bc100df823f9422596c2feb51 (diff)
Add unitary test for memory profiling
Diffstat (limited to 'conf')
-rw-r--r--conf/glances.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/conf/glances.conf b/conf/glances.conf
index 85326e33..d40a9715 100644
--- a/conf/glances.conf
+++ b/conf/glances.conf
@@ -10,8 +10,8 @@ refresh=2
# Does Glances should check if a newer version is available on PyPI ?
check_update=true
# History size (maximum number of values)
-# Default is 3600 seconds (1 hour)
-history_size=3600
+# Default is 1200 values (~1h with the default refresh rate)
+history_size=1200
##############################################################################
# User interface