-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapplication.config
63 lines (54 loc) · 2.24 KB
/
application.config
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<common>
<log>
<entry key="writeToConsole" value="false" />
<entry key="purgeCount" value="10" />
<entry key="purgeAge" value="365" />
<entry key="sizeLimit" value="2048" />
</log>
</common>
<framework>
<dependencies>
<entry key="opencl" value="false" />
</dependencies>
<stackTracing>
<entry key="logInitialCap" value="64" />
</stackTracing>
<gc>
<entry key="msgLoopSleepTimeoutMillisecs" value="100" />
<entry key="memoryBlocksPoolInitialSize" value="128" />
<entry key="memoryBlocksPoolGrowingFactor" value="1.0" />
<entry key="sptrObjsHashTabInitSizeLog2" value="8" />
<entry key="sptrObjsHashTabLoadFactorThreshold" value="0.7" />
</gc>
<opencl>
<entry key="maxSourceCodeLineLength" value="128" />
<entry key="maxBuildLogSize" value="5120" />
</opencl>
<isam>
<entry key="useWindowsFileCache" value="true" />
</isam>
<broker>
<entry key="dbConnTimeoutSecs" value="15" />
<entry key="dbConnMaxRetries" value="10" />
</broker>
<rpc>
<entry key="cliSrvConnectMaxRetries" value="10" />
<entry key="cliSrvConnRetrySleepSecs" value="3" />
<entry key="cliCallMaxRetries" value="10" />
<entry key="cliCallRetrySleepMs" value="500" />
<entry key="cliCallRetryTimeSlotMs" value="250" />
</rpc>
<wws>
<entry key="proxyConnMaxRetries" value="10" />
<entry key="proxyCallMaxRetries" value="10" />
<entry key="proxyCallRetrySleepSecs" value="3" />
<entry key="proxyCallRetryTimeSlotMs" value="500" />
</wws>
</framework>
<application>
<entry key="dbConnString" value="Driver={SQL Server Native Client 11.0};Server=CASE\SQLEXPRESS;Database=IntranetMacStats;Trusted_Connection=yes;"/>
<entry key="webSvcHostEndpoint" value="http://CASE:81/macstatscollection"/>
</application>
</configuration>