Skip to content

Commit bfaeecd

Browse files
committed
Correct socketPool settings in appsettings.json
1 parent 95ece2b commit bfaeecd

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

SampleWebApp/appsettings.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@
99
"socketPool": {
1010
"minPoolSize": "5",
1111
"maxPoolSize": "25",
12-
"connectionTimeout": "15",
13-
"receiveTimeout": "15",
14-
"deadTimeout": "15",
15-
"queueTimeout": "150"
12+
"connectionTimeout": "00:00:15",
13+
"receiveTimeout": "00:00:15",
14+
"deadTimeout": "00:00:15",
15+
"queueTimeout": "00:00:00.150"
1616
}
1717
//,
1818
//"KeyTransformer": "Enyim.Caching.Memcached.SHA1KeyTransformer"

0 commit comments

Comments
 (0)