increase limit

This commit is contained in:
hannathkadher
2025-04-24 13:32:07 +04:00
parent f9e1219f55
commit 96b911bfa1

View File

@ -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,