Give Traefik 5s to drop old container

This commit is contained in:
Donal McBreen
2023-09-12 17:03:51 +01:00
parent bf6af46ac3
commit 0afe289a20

View File

@@ -1,5 +1,5 @@
class Kamal::Utils::HealthcheckPoller
TRAEFIK_UPDATE_DELAY = 2
TRAEFIK_UPDATE_DELAY = 5
class HealthcheckError < StandardError; end