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
周少峰
8 years ago
Commit
1c9fcdd458981a20f5a84234a618c4d6de4f8479
1 parent
94261644
list cache
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
config/cache.js
config/cache.js
View file @
1c9fcdd
...
...
@@ -27,8 +27,8 @@ const cachePage = {
'/coupon/index'
:
5
*
MINUTE
,
// 商品列表
'/product/list/index'
:
5
*
MINUTE
,
'/product/index/index'
:
5
*
MINUTE
,
//'/product/list/index': 5 * MINUTE,
//'/product/index/index': 5 * MINUTE,
// 秒杀列表
'/product/seckill'
:
30
*
SECOND
,
...
...
Please
register
or
login
to post a comment