introduce a new instance api rate limiter

This commit is contained in:
lesion
2023-01-26 23:30:53 +01:00
parent c54630a2f4
commit a9c9fd38a5
5 changed files with 47 additions and 22 deletions

View File

@@ -689,7 +689,7 @@ const eventController = {
...pagination,
replacements
}).catch(e => {
log.error('[EVENT]', e)
log.error('[EVENT]' + String(e))
return []
})