-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathapplication.config
49 lines (49 loc) · 1.96 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
<?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="true" />
</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="20" />
<entry key="cliSrvConnRetrySleepSecs" value="5" />
<entry key="cliCallMaxRetries" value="10" />
<entry key="cliCallRetrySleepMs" value="500" />
<entry key="cliCallRetryTimeSlotMs" value="250" />
</rpc>
</framework>
<application>
<entry key="testRpcServerPrincipalName" value="[email protected]" />
<entry key="testRpcServerSingleBox" value="DESKTOP-8DT5M8Q" />
<entry key="testRpcServerWithADSec" value="MyVirtualSpare.MyDomain.local" />
</application>
</configuration>