changed to speed up

This commit is contained in:
Nick Walton
2019-04-06 22:52:20 -06:00
parent 4e87cd62fc
commit 3594343a1d
4 changed files with 3 additions and 2 deletions
Binary file not shown.
Binary file not shown.
+3 -2
View File
@@ -3,12 +3,13 @@ runtime_config:
python_version: 3
instance_class: F4_1G
entrypoint: gunicorn -t 120 -b :$PORT main:app
entrypoint: gunicorn -t 120 --log-level debug -b :$PORT main:app
env: flex
threadsafe: yes
max_concurrent_requests: 2
resources:
cpu: 4
cpu: 2
memory_gb: 2.0
disk_size_gb: 10
BIN
View File
Binary file not shown.