fix(api): do not run API multi-threaded
It's multi-processing, that will be enough paralellism.
The way the PDNS change tracker uses Django signals is not multi-
threading-safe.
Do not re-enable multi-threading unless the change tracker can
handle it!