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