Commits
Art Lowel authored and GitHub committed 99f8d4f24d2 Merge
11 11 | rest: { |
12 12 | ssl: true, |
13 13 | host: 'dspace7.4science.it', |
14 14 | port: 443, |
15 15 | // NOTE: Space is capitalized because 'namespace' is a reserved string in TypeScript |
16 16 | nameSpace: '/dspace-spring-rest/api' |
17 17 | }, |
18 18 | // Caching settings |
19 19 | cache: { |
20 20 | // NOTE: how long should objects be cached for by default |
21 - | msToLive: 15 * 60 * 1000, // 15 minute |
21 + | msToLive: 15 * 60 * 1000, // 15 minutes |
22 + | // msToLive: 1000, // 15 minutes |
22 23 | control: 'max-age=60' // revalidate browser |
23 24 | }, |
24 25 | // Angular Universal settings |
25 26 | universal: { |
26 27 | preboot: true, |
27 28 | async: true, |
28 29 | time: false |
29 30 | }, |
30 31 | // Google Analytics tracking id |
31 32 | gaTrackingId: '', |