Skip to content

Commit

Permalink
feat: 루트 캐싱 TTL > 10분
Browse files Browse the repository at this point in the history
  • Loading branch information
w8385 committed Jan 26, 2024
1 parent dde9584 commit 74fec89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import { CacheModule } from '@nestjs/cache-manager';
@Module({
imports: [
CacheModule.register({
ttl: 60 * 5,
ttl: 1000 * 10,
max: 10,
}),
UserModule,
Expand Down

0 comments on commit 74fec89

Please sign in to comment.