Commits

Art Lowel authored and GitHub committed 99f8d4f24d2 Merge
Merge pull request #235 from LotteHofstede/search-backend

Search service implementation
No tags
gidlmaster

config/environment.default.js

Modified
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: '',

Everything looks good. We'll let you know here if there's anything you should know about.

Add shortcut