mirror of
https://github.com/wassname/Clover-Edition.git
synced 2026-09-09 11:13:26 +08:00
changed to speed up
This commit is contained in:
Binary file not shown.
Binary file not shown.
@@ -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
|
||||
|
||||
|
||||
Binary file not shown.
Reference in New Issue
Block a user