fix: add --n-jobs-per-worker 10 to local dev Makefile (#1694)
#1623 added this flag to both Docker Compose files but missed the backend Makefile used by `make dev`. Without it `langgraph dev` defaults to n_jobs_per_worker=1, so all conversation runs are serialised and concurrent requests block. This mirrors the Docker configuration.
L
Llugaes committed
52c8c06cf27406b91e888d35b27c0f091d004660
Parent: 0cdecf7
Committed by GitHub <noreply@github.com>
on 4/1/2026, 8:45:51 AM