jdx/npm-register

koa-timeout has a static timeout configured

Closed this issue · 0 comments

The server uses koa-timeout which is configured with a hard 10 second request timeout rather than using the config limit.

I was expecting it to follow config.timeout/env.TIMEOUT when running with TIMEOUT=20000 node start.js