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 77 }
88 ],
99 "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"
1616 },
1717 "SuppressException" : false ,
1818 "UseSslStream" : false ,
2323 "Authentication" : {
2424 "Type" : " Enyim.Caching.Memcached.PlainTextAuthenticator" ,
2525 "Parameters" : {
26- "zone " : " " ,
27- "userName " : " username" ,
28- "password " : " password"
26+ "Zone " : " " ,
27+ "UserName " : " username" ,
28+ "Password " : " password"
2929 }
3030 }
3131 },
3232
33- "postbodyMemcached " : {
33+ "PostbodyMemcached " : {
3434 "Servers" : [
3535 {
3636 "Address" : " memcached" ,
Original file line number Diff line number Diff line change 66 "Port" : 11211
77 }
88 ],
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"
1616 },
17- "suppressException " : false ,
17+ "SuppressException " : false ,
1818 "UseLegacyNodeLocator" : false ,
1919 "Transcoder" : " MessagePackTranscoder"
2020 },
2121
22- "postbodyMemcached " : {
22+ "PostbodyMemcached " : {
2323 "Servers" : [
2424 {
2525 "Address" : " memcached" ,
You can’t perform that action at this time.
0 commit comments