change polling interval to 5 seconds

This commit is contained in:
Boy132 2025-05-16 08:57:52 +02:00
parent 7a10f94221
commit 164d7e60d3
2 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@ use Illuminate\Support\Number;
class NodeCpuChart extends ChartWidget class NodeCpuChart extends ChartWidget
{ {
protected static ?string $pollingInterval = '1s'; protected static ?string $pollingInterval = '5s';
protected static ?string $maxHeight = '300px'; protected static ?string $maxHeight = '300px';

View File

@ -9,7 +9,7 @@ use Illuminate\Support\Number;
class NodeMemoryChart extends ChartWidget class NodeMemoryChart extends ChartWidget
{ {
protected static ?string $pollingInterval = '1s'; protected static ?string $pollingInterval = '5s';
protected static ?string $maxHeight = '300px'; protected static ?string $maxHeight = '300px';