From 2be6144cf08436e691ce7e8db573e9653d1c1833 Mon Sep 17 00:00:00 2001 From: Julien Nahum Date: Sat, 10 Feb 2024 16:36:50 +0100 Subject: [PATCH] Increase api timeout to 1 min --- vapor.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vapor.yml b/vapor.yml index c699ce2..b558ae4 100644 --- a/vapor.yml +++ b/vapor.yml @@ -22,7 +22,7 @@ environments: - 'php artisan migrate --force' firewall: rate-limit: 1000 - timeout: 30 + timeout: 60 api-staging: memory: 1024 cli-memory: 512 @@ -39,4 +39,4 @@ environments: - 'php artisan migrate --force' firewall: rate-limit: 1000 - timeout: 30 + timeout: 60