mirror of
https://github.com/SyncrowIOT/backend.git
synced 2025-07-14 09:57:28 +00:00
increase limit
This commit is contained in:
@ -43,7 +43,7 @@ import { winstonLoggerOptions } from '../libs/common/src/logger/services/winston
|
||||
load: config,
|
||||
}),
|
||||
ThrottlerModule.forRoot({
|
||||
throttlers: [{ ttl: 60000, limit: 10 }],
|
||||
throttlers: [{ ttl: 100000, limit: 30 }],
|
||||
}),
|
||||
WinstonModule.forRoot(winstonLoggerOptions),
|
||||
ClientModule,
|
||||
|
Reference in New Issue
Block a user