Skip to content

cloud-setup: allow bigger restart bursts

Lubomir Rintel requested to merge lr/sad-cloud-setup into main

cloud-setup: allow bigger restart bursts

On daemon startup, we may end up enqueueing many nm-cloud-setup.service restarts in very a short time. That is perfectly fine, just bump the thresholds so that systemd doesn't get in the way too quickly.

100 requests in 1 seconds seem like a fair choice -- little bit on the conservative side, yet still giving the service manager some room to interfere on a chance things really go awry.

https://issues.redhat.com/browse/RHEL-49694

Merge request reports