void-packages/srcpkgs/glances/patches/no-check-update.patch
Saksham f26860a486
glances: update to 4.2.1
Closes: #53458 [via git-merge-pr]
2024-12-24 14:36:00 -05:00

13 lines
453 B
Diff

diff --git a/conf/glances.conf b/conf/glances.conf
index 153ff3d..ef0a7ff 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=true
+check_update=false
# History size (maximum number of values)
# Default is 1200 values (~1h with the default refresh rate)
history_size=1200