summaryrefslogtreecommitdiffstats
path: root/docker-compose/glances.conf
diff options
context:
space:
mode:
authornicolargo <nicolas@nicolargo.com>2023-12-16 13:51:54 +0100
committernicolargo <nicolas@nicolargo.com>2023-12-16 13:51:54 +0100
commitdc0f363840d1e01a3f991bbbac62703990ade548 (patch)
tree82bc51c01653cf283486a2fd347ada34541e2902 /docker-compose/glances.conf
parent93fc961b467ed18d14ffaa82a1d2746ba1985163 (diff)
Correct Help plugin in the WebUI
Diffstat (limited to 'docker-compose/glances.conf')
-rw-r--r--docker-compose/glances.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/docker-compose/glances.conf b/docker-compose/glances.conf
index 9f91be17..f40eade9 100644
--- a/docker-compose/glances.conf
+++ b/docker-compose/glances.conf
@@ -23,7 +23,7 @@ history_size=1200
# Theme name for the Curses interface: black or white
curse_theme=black
# Limit the number of processes to display (for the WebUI)
-max_processes_display=30
+max_processes_display=25
# Set the URL prefix (for the WebUI and the API)
# Example: url_prefix=/glances/ => http://localhost/glances/
# The final / is mandatory