mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-05-23 06:07:07 +00:00
fix(elastic-beanstalk): extend connection timeout for ELB
This commit is contained in:
parent
ee3aa056f9
commit
0d4532c12e
1 changed files with 6 additions and 3 deletions
|
|
@ -1,4 +1,7 @@
|
|||
option_settings:
|
||||
- namespace: aws:elasticbeanstalk:command
|
||||
option_name: Timeout
|
||||
value: 1800
|
||||
- namespace: aws:elasticbeanstalk:command
|
||||
option_name: Timeout
|
||||
value: 1800
|
||||
- namespace: aws:elb:policies
|
||||
option_name: ConnectionSettingIdleTimeout
|
||||
value: 900
|
||||
|
|
|
|||
Loading…
Reference in a new issue