Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuy-node
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
1
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
姜枫
2016-10-27 20:49:02 +0800
Commit
5b64ac3d08e37f752d7aa1681059f78029a485b8
1 parent
26de7a30
fix cache key
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
config/cache.js
config/cache.js
View file @
5b64ac3
...
...
@@ -18,7 +18,7 @@ const cachePage = {
// 逛
'/guang/'
:
1
*
MINUTE
,
'/guang/info/index'
:
10
*
MINUTE
,
'/detail/:id'
:
10
*
MINUTE
,
'/
guang/
detail/:id'
:
10
*
MINUTE
,
'/guang/index/editor'
:
1
*
MINUTE
,
'/guang/tags/index'
:
1
*
MINUTE
,
...
...
Please
register
or
login
to post a comment