Skip to content

Commit b581df1

Browse files
committed
chore: rate limits
1 parent b49fcfd commit b581df1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/config/loaders/throttler.config-loader.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,6 @@ export function getThrottlerConfig(
4444
storage: new ThrottlerStorageRedisService(
4545
getRedisConfig(configService)
4646
),
47-
skipIf: context => isDev(configService)
47+
skipIf: context => true
4848
}
4949
}

0 commit comments

Comments
 (0)