Browse Source

unset concurrency limit.

master
Gisle Aune 2 years ago
parent
commit
900769db9f
  1. 3
      serverless.yml

3
serverless.yml

@ -44,8 +44,7 @@ functions:
- http: - http:
method: ANY method: ANY
path: /api/{proxy+} path: /api/{proxy+}
timeout: 30
reservedConcurrency: 2
timeout: 15
package: package:
individually: true individually: true

Loading…
Cancel
Save