Skip to content

Commit

Permalink
perf: 健康检测时间延长
Browse files Browse the repository at this point in the history
  • Loading branch information
wojiushixiaobai committed Jul 24, 2023
1 parent d88ed1a commit 20fc681
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions compose/docker-compose-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ services:
interval: 10s
timeout: 5s
retries: 3
start_period: 10s
start_period: 60s
networks:
- net

Expand All @@ -141,7 +141,7 @@ services:
interval: 10s
timeout: 5s
retries: 3
start_period: 90s
start_period: 60s
networks:
- net

Expand Down Expand Up @@ -169,6 +169,6 @@ services:
interval: 10s
timeout: 5s
retries: 3
start_period: 30s
start_period: 90s
networks:
- net

0 comments on commit 20fc681

Please sign in to comment.