You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I wanted to run the speed test 1 time a month and entered a value of 43800. When I made this change, CPU and RAM went to 100% with network downloading at full speed and my system would freeze up. Finally, after removing the environment variable, things went back to normal.
I know how to "disable" the speed test by using a local file now.
How to reproduce
Running dash using docker compose on Linux Mint 21.1
environment:
DASHDOT_SPEED_TEST_INTERVAL: '43800'
Relevant log output
No response
Info output of dashdot cli
No response
What browsers are you seeing the problem on?
Firefox
Where is your instance running?
Desktop PC (Linux)
Additional context
No response
The text was updated successfully, but these errors were encountered:
Okay, I have now investigated this and came to the conclusion that this happens because the number is actually too large. The maximum number javascript can handle for setInterval is 2.147.483.647 according to this. The number you passed resolves to 2.628.000.000.
Unfortunately, there is not much I can do about it for now.
But there is a feature task that plans to use a cron-like syntax to start the speed-test. If you are in need of such a feature, you can follow the progress there: #889
Description of the bug
I wanted to run the speed test 1 time a month and entered a value of 43800. When I made this change, CPU and RAM went to 100% with network downloading at full speed and my system would freeze up. Finally, after removing the environment variable, things went back to normal.
I know how to "disable" the speed test by using a local file now.
How to reproduce
Running dash using docker compose on Linux Mint 21.1
environment:
DASHDOT_SPEED_TEST_INTERVAL: '43800'
Relevant log output
No response
Info output of dashdot cli
No response
What browsers are you seeing the problem on?
Firefox
Where is your instance running?
Desktop PC (Linux)
Additional context
No response
The text was updated successfully, but these errors were encountered: