1
0
mirror of https://github.com/matrix-org/matrix-authentication-service.git synced 2025-08-06 06:02:40 +03:00

Call retain_recent periodically on rate limiters

This commit is contained in:
Quentin Gliech
2024-07-26 10:34:56 +02:00
parent e25c170403
commit 4a275fa4b9
2 changed files with 25 additions and 1 deletions

View File

@@ -202,6 +202,8 @@ impl Options {
let limiter = Limiter::default();
limiter.start();
let graphql_schema = mas_handlers::graphql_schema(
&pool,
&policy_factory,