aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMelody Horn <melody@boringcactus.com>2020-06-18 23:11:05 -0600
committerMelody Horn <melody@boringcactus.com>2020-06-18 23:11:05 -0600
commit2041c8a34bf1b0b015d6b359114f104696a02d2d (patch)
tree8be14111a25e279d97f498b91ad1e3fe6dc67416
parentf65afa6d0c36f62f6994c9d8ecc23b955c512aea (diff)
downloadcrabravebot-2041c8a34bf1b0b015d6b359114f104696a02d2d.tar.gz
crabravebot-2041c8a34bf1b0b015d6b359114f104696a02d2d.zip
use only one worker
-rw-r--r--Procfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Procfile b/Procfile
index 053b14c..4bbb0c4 100644
--- a/Procfile
+++ b/Procfile
@@ -1 +1 @@
-web: gunicorn bot:app --log-file -
+web: gunicorn -w 1 bot:app --log-file -