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 17:33:28 +0800
Commit
1782fc599d684daad5fdbb636b4e3e9a695931bd
1 parent
974e1293
调整cache 配置
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
2 deletions
config/cache.js
config/cache.js
View file @
1782fc5
...
...
@@ -5,10 +5,9 @@ const SECOND = 1;
const
MINUTE
=
60
*
SECOND
;
const
cachePage
=
{
'/'
:
30
*
SECOND
,
// 频道页
'/
boys
'
:
30
*
SECOND
,
'/'
:
30
*
SECOND
,
'/woman'
:
30
*
SECOND
,
'/kids'
:
30
*
SECOND
,
'/lifestyle'
:
30
*
SECOND
,
...
...
Please
register
or
login
to post a comment