File tree Expand file tree Collapse file tree 2 files changed +19
-19
lines changed Expand file tree Collapse file tree 2 files changed +19
-19
lines changed Original file line number Diff line number Diff line change 7
7
}
8
8
],
9
9
"SocketPool" : {
10
- "minPoolSize " : 5 ,
11
- "maxPoolSize " : 25 ,
12
- "connectionTimeout " : " 00:00:15" ,
13
- "receiveTimeout " : " 00:00:15" ,
14
- "deadTimeout " : " 00:00:15" ,
15
- "queueTimeout " : " 00:00:00.150"
10
+ "MinPoolSize " : 5 ,
11
+ "MaxPoolSize " : 25 ,
12
+ "ConnectionTimeout " : " 00:00:15" ,
13
+ "ReceiveTimeout " : " 00:00:15" ,
14
+ "DeadTimeout " : " 00:00:15" ,
15
+ "QueueTimeout " : " 00:00:00.150"
16
16
},
17
17
"SuppressException" : false ,
18
18
"UseSslStream" : false ,
23
23
"Authentication" : {
24
24
"Type" : " Enyim.Caching.Memcached.PlainTextAuthenticator" ,
25
25
"Parameters" : {
26
- "zone " : " " ,
27
- "userName " : " username" ,
28
- "password " : " password"
26
+ "Zone " : " " ,
27
+ "UserName " : " username" ,
28
+ "Password " : " password"
29
29
}
30
30
}
31
31
},
32
32
33
- "postbodyMemcached " : {
33
+ "PostbodyMemcached " : {
34
34
"Servers" : [
35
35
{
36
36
"Address" : " memcached" ,
Original file line number Diff line number Diff line change 6
6
"Port" : 11211
7
7
}
8
8
],
9
- "socketPool " : {
10
- "minPoolSize " : 5 ,
11
- "maxPoolSize " : 10 ,
12
- "connectionTimeout " : " 00:00:15" ,
13
- "receiveTimeout " : " 00:00:15" ,
14
- "deadTimeout " : " 00:00:15" ,
15
- "queueTimeout " : " 00:00:00.150"
9
+ "SocketPool " : {
10
+ "MinPoolSize " : 5 ,
11
+ "MaxPoolSize " : 10 ,
12
+ "ConnectionTimeout " : " 00:00:15" ,
13
+ "ReceiveTimeout " : " 00:00:15" ,
14
+ "DeadTimeout " : " 00:00:15" ,
15
+ "QueueTimeout " : " 00:00:00.150"
16
16
},
17
- "suppressException " : false ,
17
+ "SuppressException " : false ,
18
18
"UseLegacyNodeLocator" : false ,
19
19
"Transcoder" : " MessagePackTranscoder"
20
20
},
21
21
22
- "postbodyMemcached " : {
22
+ "PostbodyMemcached " : {
23
23
"Servers" : [
24
24
{
25
25
"Address" : " memcached" ,
You can’t perform that action at this time.
0 commit comments