Skip to content

Commit de1c4b1

Browse files
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

File tree

config.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"WINDOW_SIZE": 1440
3939
},
4040
"COMMON_TOKEN_DISBURSAL_RL": {
41-
"MAX_LIMIT": 20,
41+
"MAX_LIMIT": 40,
4242
"WINDOW_SIZE": 60
4343
}
4444
},
@@ -396,4 +396,4 @@
396396
}
397397
}
398398
]
399-
}
399+
}

0 commit comments

Comments
 (0)