Skip to content

Commit c562ad5

Browse files
authored
Update content/techniques/caching.md
1 parent 5042fc5 commit c562ad5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/techniques/caching.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ import { AppController } from './app.controller';
245245

246246
return {
247247
store: store as unknown as CacheStore,
248-
ttl: 60 * 60 * 24 * 7, // 1 week
248+
ttl: 3 * 60000, // 3 minutes (milliseconds)
249249
};
250250
}
251251
})

0 commit comments

Comments
 (0)