File tree 2 files changed +50
-17
lines changed
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 7
7
}
8
8
],
9
9
"socketPool" : {
10
- "minPoolSize" : " 5 " ,
11
- "maxPoolSize" : " 25 " ,
10
+ "minPoolSize" : 5 ,
11
+ "maxPoolSize" : 10 ,
12
12
"connectionTimeout" : " 00:00:15" ,
13
13
"receiveTimeout" : " 00:00:15" ,
14
14
"deadTimeout" : " 00:00:15" ,
15
15
"queueTimeout" : " 00:00:00.150"
16
16
},
17
- "suppressException" : " false" ,
17
+ "suppressException" : false ,
18
18
"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
- // }
30
19
},
31
20
32
21
"postbodyMemcached" : {
39
28
},
40
29
41
30
"Logging" : {
42
- "IncludeScopes" : false ,
43
31
"LogLevel" : {
44
32
"Default" : " Warning" ,
45
- "System" : " Warning" ,
46
- "Microsoft" : " Warning" ,
47
33
"Enyim" : " Warning"
48
34
}
49
35
}
You can’t perform that action at this time.
0 commit comments