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-09-14 14:52:56 +0800
Commit
34aa4a21d0a916e6779dc1fb9a4b6836cdd80dc7
1 parent
e779dd83
fix memcache config
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 @
34aa4a2
...
...
@@ -36,7 +36,7 @@ module.exports = {
master
:
[
'192.168.102.222:11213'
],
slave
:
[
'192.168.102.222:11213'
],
session
:
[
'192.168.102.222:11213'
],
reconnect
:
5000
reconnect
:
5000
,
timeout
:
1000
,
retries
:
0
},
...
...
Please
register
or
login
to post a comment