Skip to content

Commit

Permalink
Give Traefik 5s to drop old container
Browse files Browse the repository at this point in the history
  • Loading branch information
djmb committed Sep 12, 2023
1 parent bf6af46 commit 0afe289
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/kamal/utils/healthcheck_poller.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
class Kamal::Utils::HealthcheckPoller
TRAEFIK_UPDATE_DELAY = 2
TRAEFIK_UPDATE_DELAY = 5

class HealthcheckError < StandardError; end

Expand Down

0 comments on commit 0afe289

Please sign in to comment.