mirror of
https://github.com/azures04/crafatar.git
synced 2026-03-22 07:51:17 +01:00
capaaacittty
This commit is contained in:
parent
7b5a871c5a
commit
58a2f0662d
@ -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;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user