Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
Dspace7 Angular
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
vtechworks
Dspace7 Angular
Commits
04ad79e4
Commit
04ad79e4
authored
6 years ago
by
Art Lowel
Browse files
Options
Downloads
Patches
Plain Diff
remove exportToZip config property that was added accidentally
parent
0b164b33
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
config/environment.default.js
+0
-1
0 additions, 1 deletion
config/environment.default.js
src/config/cache-config.interface.ts
+0
-1
0 additions, 1 deletion
src/config/cache-config.interface.ts
with
0 additions
and
2 deletions
config/environment.default.js
+
0
−
1
View file @
04ad79e4
...
...
@@ -20,7 +20,6 @@ module.exports = {
// NOTE: how long should objects be cached for by default
msToLive
:
{
default
:
15
*
60
*
1000
,
// 15 minutes
exportToZip
:
5
*
1000
// 5 seconds
},
// msToLive: 1000, // 15 minutes
control
:
'
max-age=60
'
,
// revalidate browser
...
...
This diff is collapsed.
Click to expand it.
src/config/cache-config.interface.ts
+
0
−
1
View file @
04ad79e4
...
...
@@ -4,7 +4,6 @@ import { AutoSyncConfig } from './auto-sync-config.interface';
export
interface
CacheConfig
extends
Config
{
msToLive
:
{
default
:
number
;
exportToZip
:
number
;
},
control
:
string
,
autoSync
:
AutoSyncConfig
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment