you ain't supposed to set this to 1 (I even have a comment saying this lol)

This commit is contained in:
2026-05-01 12:34:13 -05:00
parent cb485ee2de
commit cdf5f1a809

View File

@@ -12,6 +12,6 @@ SIDEKIQ_WORKERS=5
WEB_BIND=127.0.0.1
WEB_PORT=3000
# should be 0 (single process) or >1
WEB_CONCURRENCY=1
WEB_CONCURRENCY=0
WEB_MAX_THREADS=2