From 7609c1bcfc750e69797528852b1df51f5d007c23 Mon Sep 17 00:00:00 2001 From: Mery-Sanz Date: Mon, 5 May 2025 16:32:25 +0200 Subject: [PATCH] change toolbar refresh --- src/cai/repl/ui/toolbar.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cai/repl/ui/toolbar.py b/src/cai/repl/ui/toolbar.py index 76e9d4e9..44874ac5 100644 --- a/src/cai/repl/ui/toolbar.py +++ b/src/cai/repl/ui/toolbar.py @@ -18,7 +18,7 @@ toolbar_last_refresh = [datetime.datetime.now()] toolbar_cache = { 'html': "", 'last_update': datetime.datetime.now(), - 'refresh_interval': 60 # Refresh every 60 seconds + 'refresh_interval': 5 # Refresh every 60 seconds } # Cache for system information that rarely changes