diff options
author | Melody Horn <melody@boringcactus.com> | 2020-06-18 23:11:05 -0600 |
---|---|---|
committer | Melody Horn <melody@boringcactus.com> | 2020-06-18 23:11:05 -0600 |
commit | 2041c8a34bf1b0b015d6b359114f104696a02d2d (patch) | |
tree | 8be14111a25e279d97f498b91ad1e3fe6dc67416 /Procfile | |
parent | f65afa6d0c36f62f6994c9d8ecc23b955c512aea (diff) | |
download | crabravebot-2041c8a34bf1b0b015d6b359114f104696a02d2d.tar.gz crabravebot-2041c8a34bf1b0b015d6b359114f104696a02d2d.zip |
use only one worker
Diffstat (limited to 'Procfile')
-rw-r--r-- | Procfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1 +1 @@ -web: gunicorn bot:app --log-file - +web: gunicorn -w 1 bot:app --log-file - |