mirror of
https://github.com/azures04/crafatar.git
synced 2026-03-21 23:41:18 +01:00
Merge branch 'master' of github.com:crafatar/crafatar
This commit is contained in:
commit
fc5ab113db
@ -73,7 +73,7 @@ function requestHandler(req, res) {
|
||||
"Content-Type": "text/plain"
|
||||
});
|
||||
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;
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user