summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornicolargo <nicolas@nicolargo.com>2020-04-26 16:03:36 +0200
committernicolargo <nicolas@nicolargo.com>2020-04-26 16:03:36 +0200
commitbdca7d019b8ce090ce3c5b22f7652eef489cb9a7 (patch)
tree8a174b4f5b907533b4e82c408161e786718cb1db
parentce26453be08643af49aac2f61e9f3297f6081239 (diff)
Glances should not phone home #1646 (on master branch only)
-rw-r--r--conf/glances.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/glances.conf b/conf/glances.conf
index d5cf291e..8cd2723a 100644
--- a/conf/glances.conf
+++ b/conf/glances.conf
@@ -4,7 +4,7 @@
[global]
# Does Glances should check if a newer version is available on PyPI ?
-check_update=true
+check_update=false
# History size (maximum number of values)
# Default is 28800: 1 day with 1 point every 3 seconds
history_size=28800