Commit de1c4b1
authored
Update global faucet rate limit to 40 requests/hour rather than the current 20, after Core got blocked.
https://app.datadoghq.com/s/zk39ngefvty1feg8/8xx-mzs-tqe
shows that we have been blocking faucet requests. Today (2025-08-26) Core reported the blockage (for the first time as far as I know).
We have been blocking more than 20 requests/hour but if something (e.g Core) keeps retrying on failure, 20 additional requests may be enough to clear all of them.
Signed-off-by: Juan Leon <githubava@artedo.com>1 parent f749f9d commit de1c4b1
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | | - | |
| 41 | + | |
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
| |||
396 | 396 | | |
397 | 397 | | |
398 | 398 | | |
399 | | - | |
| 399 | + | |
0 commit comments