mirror of
https://github.com/azures04/crafatar.git
synced 2026-05-06 19:10:38 +02:00
capaaacittty
This commit is contained in:
@@ -72,7 +72,7 @@ function requestHandler(req, res) {
|
|||||||
res.writeHead(503, {
|
res.writeHead(503, {
|
||||||
"Content-Type": "text/plain"
|
"Content-Type": "text/plain"
|
||||||
});
|
});
|
||||||
res.end("Server is over capaacity :/");
|
res.end("Server is over capacity :/");
|
||||||
logging.log(req.id, 503, Date.now() - req.start + "ms", "(error)");
|
logging.log(req.id, 503, Date.now() - req.start + "ms", "(error)");
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user