summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authornicolargo <nicolas@nicolargo.com>2023-12-16 12:32:00 +0100
committernicolargo <nicolas@nicolargo.com>2023-12-16 12:32:00 +0100
commit93fc961b467ed18d14ffaa82a1d2746ba1985163 (patch)
tree2fb9bb73eb0d1436660e50432e622ca52a524997 /conf
parent3215bf5c635bcc6698019a659f3884b73bce77bb (diff)
Help did not work in WebUI (empty black screen is displayed)
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 2ab073e2..4c2e00e6 100644
--- a/conf/glances.conf
+++ b/conf/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=22
# Set the URL prefix (for the WebUI and the API)
# Example: url_prefix=/glances/ => http://localhost/glances/
# The final / is mandatory