mirror of
https://github.com/pelican-dev/panel.git
synced 2025-05-20 00:34:44 +02:00
change polling interval to 5 seconds
This commit is contained in:
parent
7a10f94221
commit
164d7e60d3
@ -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';
|
||||||
|
|
||||||
|
@ -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';
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user