feat: extend host load factors
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2025-03-24 15:18:18 +00:00
parent af36d4e586
commit ec7fa92010
13 changed files with 138 additions and 46 deletions

View File

@ -130,7 +130,9 @@ impl Default for MockDb {
memory: 8 * crate::GB,
enabled: true,
api_token: "".to_string(),
load_factor: 1.5,
load_cpu: 1.5,
load_memory: 2.0,
load_disk: 3.0,
},
);
let mut host_disks = HashMap::new();