mirror of
https://github.com/azures04/crafatar.git
synced 2026-03-21 23:41:18 +01:00
add TooManyRequestsException to silent_errors
This commit is contained in:
parent
9cdca6acda
commit
06895cdd81
@ -13,7 +13,7 @@ var human_status = {
|
|||||||
|
|
||||||
|
|
||||||
// print these, but without stacktrace
|
// print these, but without stacktrace
|
||||||
var silent_errors = ["ETIMEDOUT", "ESOCKETTIMEDOUT", "ECONNRESET", "EHOSTUNREACH", "ECONNREFUSED"];
|
var silent_errors = ["ETIMEDOUT", "ESOCKETTIMEDOUT", "ECONNRESET", "EHOSTUNREACH", "ECONNREFUSED", "TooManyRequestsException"];
|
||||||
|
|
||||||
// handles HTTP responses
|
// handles HTTP responses
|
||||||
// +request+ a http.IncomingMessage
|
// +request+ a http.IncomingMessage
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user