Skip to content

Commit

Permalink
change the timeout from 29sec to 28sec
Browse files Browse the repository at this point in the history
  • Loading branch information
zaherg committed Aug 13, 2019
1 parent 7353472 commit ab35656
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/frameworks/laravel.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ plugins:
functions:
website:
handler: public/index.php
timeout: 29 # in seconds (API Gateway has a timeout of 29 seconds)
timeout: 28 # in seconds (API Gateway has a timeout of 28 seconds)
layers:
- ${bref:layer.php-73-fpm}
events:
Expand Down
2 changes: 1 addition & 1 deletion docs/frameworks/symfony.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ plugins:
functions:
website:
handler: public/index.php
timeout: 29 # in seconds (API Gateway has a timeout of 29 seconds)
timeout: 28 # in seconds (API Gateway has a timeout of 28 seconds)
layers:
- ${bref:layer.php-73-fpm}
events:
Expand Down
2 changes: 1 addition & 1 deletion serverless.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ functions:
http:
handler: demo/http.php
description: 'Bref HTTP demo'
timeout: 5 # in seconds (API Gateway has a timeout of 29 seconds)
timeout: 5 # in seconds (API Gateway has a timeout of 28 seconds)
memory: 1024
layers:
- ${bref:layer.php-73-fpm}
Expand Down
2 changes: 1 addition & 1 deletion template/http/serverless.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ functions:
api:
handler: index.php
description: ''
timeout: 29 # in seconds (API Gateway has a timeout of 29 seconds)
timeout: 28 # in seconds (API Gateway has a timeout of 28 seconds)
layers:
- ${bref:layer.php-73-fpm}
events:
Expand Down

0 comments on commit ab35656

Please sign in to comment.