Updates to defaults of cache.control setting and enhanced comments

This commit is contained in:
Tim Donohue
2023-01-09 16:40:35 -06:00
parent ee0ebebf14
commit 2a7aa2b5c1
2 changed files with 7 additions and 3 deletions

View File

@@ -68,7 +68,7 @@ export class DefaultAppConfig implements AppConfig {
default: 15 * 60 * 1000 // 15 minutes
},
// Cache-Control HTTP Header
control: 'max-age=60', // revalidate browser
control: 'max-age=604800', // revalidate browser
autoSync: {
defaultTime: 0,
maxBufferSize: 100,