Commit edbefb0f authored by Dennis Willers's avatar Dennis Willers 🏀

Tabooh Timeout is 1500 ms

parent 11c42b72
Pipeline #366 passed with stages
in 3 minutes and 6 seconds
......@@ -413,7 +413,7 @@ function createRouter(db) {
blue: results[0].Blue
}
);
setTimeout(setIsTaboohTo0, 2500, req, res);
setTimeout(setIsTaboohTo0, 1500, req, res);
}
});
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment