|
@@ -73,7 +73,7 @@ function requestHandler(req, res) {
|
|
"Content-Type": "text/plain"
|
|
"Content-Type": "text/plain"
|
|
});
|
|
});
|
|
res.end("Server is over capacity :/");
|
|
res.end("Server is over capacity :/");
|
|
- logging.warn("Too busy:", req.id, 503, Date.now() - req.start + "ms", "(error)");
|
|
|
|
|
|
+ logging.error("Too busy:", req.id, 503, Date.now() - req.start + "ms", "(error)");
|
|
return;
|
|
return;
|
|
}
|
|
}
|
|
|
|
|