This commit is contained in:
Juergen Kunz
2025-07-03 01:50:46 +00:00
parent 95cb5d7840
commit ee561c0823
4 changed files with 22 additions and 11 deletions

View File

@@ -517,6 +517,6 @@ export class MetricsManager {
topIPs,
totalDataTransferred,
};
}, 1000); // Use 200ms cache for more frequent updates
}, 200); // Use 200ms cache for more frequent updates
}
}