Skip to content

Commit

Permalink
increse sync startup
Browse files Browse the repository at this point in the history
  • Loading branch information
pmacius committed Oct 22, 2024
1 parent 49e5926 commit f9a6db2
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.3.N-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,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.4.N-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,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 f9a6db2

Please sign in to comment.