Cleanup intervals on destroyed views extension
This commit is contained in:
@@ -34,6 +34,7 @@ export default function init(
|
||||
extensions: [
|
||||
new Throttle({
|
||||
throttle: env.RATE_LIMITER_COLLABORATION_REQUESTS,
|
||||
consideredSeconds: env.RATE_LIMITER_DURATION_WINDOW,
|
||||
// Ban time is defined in minutes
|
||||
banTime: 5,
|
||||
}),
|
||||
|
||||
Reference in New Issue
Block a user