Reduce worker concurrency from 4 to 2
Reduce idle read timeout from 120s to 60s Add batching for IMAP metadata fetches
This commit is contained in:
+1
-1
@@ -21,7 +21,7 @@ services:
|
||||
AUTH_PASS: ${AUTH_PASS}
|
||||
ENC_KEY: ${ENC_KEY}
|
||||
SESSION_SECRET: ${SESSION_SECRET}
|
||||
WORKER_CONCURRENCY: ${WORKER_CONCURRENCY:-4}
|
||||
WORKER_CONCURRENCY: ${WORKER_CONCURRENCY:-2}
|
||||
PPROF_ADDR: ${PPROF_ADDR:-:6060}
|
||||
depends_on:
|
||||
postgres:
|
||||
|
||||
Reference in New Issue
Block a user