Release V0.1.2 #3

Merged
kqjy merged 10 commits from next into main 2025-11-26 04:59:15 +00:00
Showing only changes of commit cee28c9f81 - Show all commits

View File

@@ -1213,7 +1213,7 @@ def connections_dashboard():
def metrics_dashboard(): def metrics_dashboard():
principal = _current_principal() principal = _current_principal()
cpu_percent = psutil.cpu_percent(interval=None) cpu_percent = psutil.cpu_percent(interval=0.1)
memory = psutil.virtual_memory() memory = psutil.virtual_memory()
storage_root = current_app.config["STORAGE_ROOT"] storage_root = current_app.config["STORAGE_ROOT"]