]> git.proxmox.com Git - pve-ha-manager.git/commit
lrm: increase run_worker loop-time parition
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Thu, 20 Jan 2022 15:09:37 +0000 (16:09 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Thu, 20 Jan 2022 15:17:28 +0000 (16:17 +0100)
commiteef4f86338d50f2fe82d79e4b2afdea8315438d4
tree70e6fc6ae74763df2a7a08518f0db05fd70d58b1
parent65c1fbac992d8a1f26c401cf49f2d4848bc42080
lrm: increase run_worker loop-time parition

every LRM round is scheduled to run for 10s but we spend only half
of that to actively trying to run workers (in the max_worker limit).

Raise that to 80% duty cycle.

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
src/PVE/HA/LRM.pm