From 1cd570bf51d8bfa5a84c9b2ac3febc2a04ffe316 Mon Sep 17 00:00:00 2001 From: Clay Gomera Date: Tue, 13 Aug 2024 19:34:47 -0400 Subject: [PATCH] Updated --- config/.config/btop/btop.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/.config/btop/btop.conf b/config/.config/btop/btop.conf index 315c63a4f..8548fed23 100644 --- a/config/.config/btop/btop.conf +++ b/config/.config/btop/btop.conf @@ -53,7 +53,7 @@ graph_symbol_proc = "default" shown_boxes = "cpu mem net proc" #* Update time in milliseconds, recommended 2000 ms or above for better sample times for graphs. -update_ms = 1000 +update_ms = 500 #* Processes sorting, "pid" "program" "arguments" "threads" "user" "memory" "cpu lazy" "cpu direct", #* "cpu lazy" sorts top process over time (easier to follow), "cpu direct" updates top process directly.