Skip to content

Commit 38f0457

Browse files
authored
Add 504 to accepted status codes in .lychee.toml (#1254)
1 parent e36eb61 commit 38f0457

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.lychee.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ retry_wait_time = 4
1212

1313
# Comma-separated list of accepted status codes for valid links.
1414
# accept = ["200", "206", "403", "429"]
15-
accept = ["200", "429", "502"]
15+
accept = ["200", "429", "502", "504"]
1616

1717
verbose = "error"
1818

0 commit comments

Comments
 (0)