Showing
1 changed file
with
1 additions
and
1 deletions
@@ -36,7 +36,7 @@ module.exports = { | @@ -36,7 +36,7 @@ module.exports = { | ||
36 | master: ['192.168.102.222:11213'], | 36 | master: ['192.168.102.222:11213'], |
37 | slave: ['192.168.102.222:11213'], | 37 | slave: ['192.168.102.222:11213'], |
38 | session: ['192.168.102.222:11213'], | 38 | session: ['192.168.102.222:11213'], |
39 | - reconnect:5000 | 39 | + reconnect:5000, |
40 | timeout: 1000, | 40 | timeout: 1000, |
41 | retries: 0 | 41 | retries: 0 |
42 | }, | 42 | }, |
-
Please register or login to post a comment