Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updating time Website #404

Open
DeamonNight opened this issue Dec 4, 2022 · 1 comment
Open

Updating time Website #404

DeamonNight opened this issue Dec 4, 2022 · 1 comment

Comments

@DeamonNight
Copy link

DeamonNight commented Dec 4, 2022

Is it possible that the auto refresh time can be changed ? The default is 10 seconds.
I have tried to change the delay, but this only change the statistic site.
I want to to change the refresh time of the website.
I don't find anything for this. In the option it is possible to check the auto refresh button.

I want to see a change of the cpu load, swap and memory values faster (maybe all 2 sec)

@psa-jforestier
Copy link

The refresh time on the website is hardcoded here

refreshTimerId = setInterval( UpdateStatus , 10000 )

and here
refreshTimerId = setInterval( UpdateStatus , 10000 )

You have to change it directly on the source code file, or wait for this request to be handled by a developper.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants