Skip to content
Snippets Groups Projects
Verified Commit ce4ade2d authored by Ruben van Dijk's avatar Ruben van Dijk
Browse files

downscale below 50.

parent 3f85527c
Branches master
No related tags found
No related merge requests found
Pipeline #21967 passed
......@@ -34,7 +34,7 @@ fn watcher(cpu_count: u16, mut s: System) {
let downscale_reset_duration = Duration::from_secs(3);
let refresh_interval = Duration::from_millis(500);
let upscale_percentage = 90;
let downscale_percentage = 30;
let downscale_percentage = 50;
if refresh_interval < MINIMUM_CPU_UPDATE_INTERVAL {
panic!(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment