summaryrefslogtreecommitdiffstats
path: root/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 /conf
parent93fc961b467ed18d14ffaa82a1d2746ba1985163 (diff)
Correct Help plugin in the WebUI
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 4c2e00e6..a5d72a12 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=22
+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