mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-10 19:43:04 +00:00
Updates to defaults of cache.control setting and enhanced comments
This commit is contained in:
@@ -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,
|
||||
|
Reference in New Issue
Block a user