mirror of
https://github.com/sadoyan/aralez.git
synced 2026-06-18 05:04:05 +08:00
Added configurable rate limiter
This commit is contained in:
@@ -33,6 +33,7 @@ pub fn run() {
|
||||
sticky_sessions: false,
|
||||
to_https: None,
|
||||
authentication: DashMap::new(),
|
||||
rate_limit: None,
|
||||
}));
|
||||
|
||||
let cfg = Arc::new(maincfg);
|
||||
|
||||
Reference in New Issue
Block a user