diff --git a/app/Filament/Admin/Resources/NodeResource/Widgets/NodeCpuChart.php b/app/Filament/Admin/Resources/NodeResource/Widgets/NodeCpuChart.php index 2a8255e1d..b159a00b3 100644 --- a/app/Filament/Admin/Resources/NodeResource/Widgets/NodeCpuChart.php +++ b/app/Filament/Admin/Resources/NodeResource/Widgets/NodeCpuChart.php @@ -9,7 +9,7 @@ use Illuminate\Support\Number; class NodeCpuChart extends ChartWidget { - protected static ?string $pollingInterval = '1s'; + protected static ?string $pollingInterval = '5s'; protected static ?string $maxHeight = '300px'; diff --git a/app/Filament/Admin/Resources/NodeResource/Widgets/NodeMemoryChart.php b/app/Filament/Admin/Resources/NodeResource/Widgets/NodeMemoryChart.php index 2c2ec66ae..256c37e46 100644 --- a/app/Filament/Admin/Resources/NodeResource/Widgets/NodeMemoryChart.php +++ b/app/Filament/Admin/Resources/NodeResource/Widgets/NodeMemoryChart.php @@ -9,7 +9,7 @@ use Illuminate\Support\Number; class NodeMemoryChart extends ChartWidget { - protected static ?string $pollingInterval = '1s'; + protected static ?string $pollingInterval = '5s'; protected static ?string $maxHeight = '300px';