summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authornicolargo <nicolas@nicolargo.com>2021-08-29 10:37:25 +0200
committernicolargo <nicolas@nicolargo.com>2021-08-29 10:37:25 +0200
commit5b5cb1ceea570a55718ea7a2937d34047f1fc9ed (patch)
tree9f5f716c7027d46e63084bb9bb53e9fe3ecbbbcb /conf
parenta47cfafdafe7a9e35a74ad08b36cd209c3d0a7de (diff)
distutils is deprecated in Python 3.10 #1923
Diffstat (limited to 'conf')
-rw-r--r--conf/glances.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/glances.conf b/conf/glances.conf
index c04f8e96..57478e28 100644
--- a/conf/glances.conf
+++ b/conf/glances.conf
@@ -8,7 +8,7 @@
# It is also possible to overwrite it in each plugin sections
refresh=2
# Does Glances should check if a newer version is available on PyPI ?
-check_update=false
+check_update=true
# History size (maximum number of values)
# Default is 3600 seconds (1 hour)
history_size=3600