Экспресс тайм -аут между запросами

app.use((req,res,next) => { setTimeout(next,1000) });
florinrelea