forked from zed-industries/zed
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlychee.toml
More file actions
29 lines (23 loc) · 753 Bytes
/
lychee.toml
File metadata and controls
29 lines (23 loc) · 753 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
retry_wait_time = 5
accept = ["200..=204", "429"]
max_retries = 5
timeout = 45
exclude = [
# Don't fail CI check if collab is down
'https://staging-collab.zed.dev/',
"https://collab.zed.dev",
# Slow and unreliable server.
'https://repology.org',
# The following websites are rate limited or use bot detection and aren't nice enough to respond with 429:
'https://openai.com',
'https://claude.ai/download',
'https://www.perplexity.ai',
'https://platform.deepseek.com',
'https://console.anthropic.com',
'https://platform.openai.com',
'https://linux.die.net/man/1/sed',
'https://allaboutcookies.org',
'https://www.gnu.org',
'https://auth.mistral.ai',
'https://console.mistral.ai',
]