Increase api timeout to 1 min
This commit is contained in:
parent
3a36a8f99d
commit
2be6144cf0
|
@ -22,7 +22,7 @@ environments:
|
||||||
- 'php artisan migrate --force'
|
- 'php artisan migrate --force'
|
||||||
firewall:
|
firewall:
|
||||||
rate-limit: 1000
|
rate-limit: 1000
|
||||||
timeout: 30
|
timeout: 60
|
||||||
api-staging:
|
api-staging:
|
||||||
memory: 1024
|
memory: 1024
|
||||||
cli-memory: 512
|
cli-memory: 512
|
||||||
|
@ -39,4 +39,4 @@ environments:
|
||||||
- 'php artisan migrate --force'
|
- 'php artisan migrate --force'
|
||||||
firewall:
|
firewall:
|
||||||
rate-limit: 1000
|
rate-limit: 1000
|
||||||
timeout: 30
|
timeout: 60
|
||||||
|
|
Loading…
Reference in New Issue