From 96b911bfa12bdc7d6986948d0c04d751deff0215 Mon Sep 17 00:00:00 2001 From: hannathkadher Date: Thu, 24 Apr 2025 13:32:07 +0400 Subject: [PATCH] increase limit --- src/app.module.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app.module.ts b/src/app.module.ts index ffb34f1..aa94a27 100644 --- a/src/app.module.ts +++ b/src/app.module.ts @@ -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,