Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuywap-node
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
徐炜
2016-12-02 17:35:26 +0800
Commit
6f573863244aafc8a92d4985e7f5c6a287030689
1 parent
4bc1cb89
JS加载优化
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
config/common.js
config/common.js
View file @
6f57386
...
...
@@ -53,7 +53,7 @@ module.exports = {
},
useCache
:
true
,
memcache
:
{
master
:
[
'1
1
27.0.0.1:11211'
],
master
:
[
'127.0.0.1:11211'
],
slave
:
[
'127.0.0.1:11211'
],
session
:
[
'127.0.0.1:11211'
],
timeout
:
1000
,
...
...
Please
register
or
login
to post a comment