Skip to content

Commit

Permalink
nodes/common/storage: update storage status every 10 minutes
Browse files Browse the repository at this point in the history
  • Loading branch information
aither64 committed Jun 30, 2023
1 parent 622e76e commit af57dc4
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions cluster/cz.vpsfree/nodes/common/storage.nix
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,11 @@
boot.kernelParams = [
"intel_idle.max_cstate=1"
];

vpsadmin.nodectld.settings = {
storage = {
status_interval = 900;
update_interval = 600;
};
};
}

0 comments on commit af57dc4

Please sign in to comment.