mirror of
https://github.com/Tria-plc/edr-platform.git
synced 2026-08-30 01:48:12 +00:00
remove throttler again and increase limits
This commit is contained in:
@@ -69,11 +69,11 @@ import { EOtpType } from "@tria-plc/iamapi-common";
|
||||
|
||||
@Module({
|
||||
imports: [
|
||||
ThrottlerModule.forRoot([
|
||||
{ name: "auth", ttl: 60, limit: 100000 },
|
||||
{ name: "strict", ttl: 60, limit: 100000 },
|
||||
{ name: "default", ttl: 60, limit: 100000 },
|
||||
]),
|
||||
// ThrottlerModule.forRoot([
|
||||
// { name: "auth", ttl: 60, limit: 100000 },
|
||||
// { name: "strict", ttl: 60, limit: 100000 },
|
||||
// { name: "default", ttl: 60, limit: 100000 },
|
||||
// ]),
|
||||
ConfigModule.forRoot({
|
||||
isGlobal: true,
|
||||
load: [
|
||||
|
||||
Reference in New Issue
Block a user