Skip to content

Commit

Permalink
increase startup period for sync on 71 and 72
Browse files Browse the repository at this point in the history
  • Loading branch information
pmacius committed Oct 22, 2024
1 parent e74652f commit fa5f7cd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker-compose/7.1.N-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ services:
interval: 30s
timeout: 10s
retries: 3
start_period: 20s
start_period: 40s
labels:
- "traefik.enable=true"
- "traefik.http.routers.syncservice.rule=PathPrefix(`/syncservice`)"
Expand Down
2 changes: 1 addition & 1 deletion docker-compose/7.2.N-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@ services:
interval: 30s
timeout: 10s
retries: 3
start_period: 20s
start_period: 40s
labels:
- "traefik.enable=true"
- "traefik.http.routers.syncservice.rule=PathPrefix(`/syncservice`)"
Expand Down

0 comments on commit fa5f7cd

Please sign in to comment.