Skip to content

Commit 3e1dca2

Browse files
committed
uds!
1 parent 70f7fe7 commit 3e1dca2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

gunicorn.conf.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1+
bind = "unix:/var/run/cabotage/cabotage.sock"
12
worker_class = "clabot.workers.UvicornWorker"
2-
workers = 2
3+
workers = 4
34

45
backlog = 2048
56
preload_app = True

0 commit comments

Comments
 (0)