fix: rate lmitter init (#3011)
This commit is contained in:
@@ -81,6 +81,7 @@ async def startup(app: FastAPI):
|
||||
|
||||
# setup admin settings
|
||||
await check_admin_settings()
|
||||
core_app_extra.register_new_ratelimiter()
|
||||
await check_webpush_settings()
|
||||
|
||||
# check extensions after restart
|
||||
|
||||
Reference in New Issue
Block a user