We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ae3b249 + ccbd922 commit 8fd026aCopy full SHA for 8fd026a
1 file changed
src/config/default-app-config.ts
@@ -102,7 +102,7 @@ export class DefaultAppConfig implements AppConfig {
102
// Defaults to caching 1,000 pages. Each page expires after 1 day
103
botCache: {
104
// Maximum number of pages (rendered via SSR) to cache. Setting max=0 disables the cache.
105
- max: 1000,
+ max: 0, // disabled by default
106
// Amount of time after which cached pages are considered stale (in ms)
107
timeToLive: 24 * 60 * 60 * 1000, // 1 day
108
allowStale: true,
0 commit comments