File tree Expand file tree Collapse file tree 2 files changed +50
-17
lines changed Expand file tree Collapse file tree 2 files changed +50
-17
lines changed Original file line number Diff line number Diff line change 1+ {
2+ "EnyimMemcached" : {
3+ "Servers" : [
4+ {
5+ "Address" : " memcached" ,
6+ "Port" : 11211
7+ }
8+ ],
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"
16+ },
17+ "SuppressException" : false ,
18+ "UseSslStream" : false ,
19+ "UseIPv6" : false ,
20+ "Transcoder" : " MessagePackTranscoder" ,
21+ "KeyTransformer" : " Enyim.Caching.Memcached.SHA1KeyTransformer" ,
22+ "Authentication" : {
23+ "Type" : " Enyim.Caching.Memcached.PlainTextAuthenticator" ,
24+ "Parameters" : {
25+ "zone" : " " ,
26+ "userName" : " username" ,
27+ "password" : " password"
28+ }
29+ }
30+ },
31+
32+ "postbodyMemcached" : {
33+ "Servers" : [
34+ {
35+ "Address" : " memcached" ,
36+ "Port" : 11211
37+ }
38+ ]
39+ },
40+
41+ "Logging" : {
42+ "LogLevel" : {
43+ "Default" : " Warning" ,
44+ "Enyim" : " Warning"
45+ }
46+ }
47+ }
Original file line number Diff line number Diff line change 77 }
88 ],
99 "socketPool" : {
10- "minPoolSize" : " 5 " ,
11- "maxPoolSize" : " 25 " ,
10+ "minPoolSize" : 5 ,
11+ "maxPoolSize" : 10 ,
1212 "connectionTimeout" : " 00:00:15" ,
1313 "receiveTimeout" : " 00:00:15" ,
1414 "deadTimeout" : " 00:00:15" ,
1515 "queueTimeout" : " 00:00:00.150"
1616 },
17- "suppressException" : " false" ,
17+ "suppressException" : false ,
1818 "Transcoder" : " MessagePackTranscoder"
19- //,
20- //"KeyTransformer": "Enyim.Caching.Memcached.SHA1KeyTransformer"
21- //,
22- //"Authentication": {
23- // "Type": "Enyim.Caching.Memcached.PlainTextAuthenticator",
24- // "Parameters": {
25- // "zone":"",
26- // "userName": "username",
27- // "password": "password"
28- // }
29- // }
3019 },
3120
3221 "postbodyMemcached" : {
3928 },
4029
4130 "Logging" : {
42- "IncludeScopes" : false ,
4331 "LogLevel" : {
4432 "Default" : " Warning" ,
45- "System" : " Warning" ,
46- "Microsoft" : " Warning" ,
4733 "Enyim" : " Warning"
4834 }
4935 }
You can’t perform that action at this time.
0 commit comments