Increase api timeout to 1 min
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user