-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathControllerConfig.xml
More file actions
44 lines (44 loc) · 1.37 KB
/
ControllerConfig.xml
File metadata and controls
44 lines (44 loc) · 1.37 KB
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
<?xml version="1.0" encoding="utf-8" ?>
<Config>
<Editor Val="np" />
<WriteLog Val="false" />
<CollectProcessTimeMetrics Val="false" />
<Computers>
<Computer Name="area51"
MaxConcurrentJobs="16"
WindowStyle="Normal" />
<Computer Name="xps"
MaxConcurrentJobs="8"
WindowStyle="Normal" />
<Computer Name="win8-1"
MaxConcurrentJobs="8"
WindowStyle="Normal" />
<Computer Name="qm8"
MaxConcurrentJobs="8"
WindowStyle="Normal" />
<Computer Name="bigi5-8"
MaxConcurrentJobs="8"
WindowStyle="Normal" />
<Computer Name="mini-1"
MaxConcurrentJobs="8"
WindowStyle="Normal" />
<Computer Name="mini-2"
MaxConcurrentJobs="8"
WindowStyle="Normal" />
<Computer Name="mini-3"
MaxConcurrentJobs="8"
WindowStyle="Normal" />
<Computer Name="pc17"
MaxConcurrentJobs="8"
WindowStyle="Normal" />
<Computer Name="ibm-1"
MaxConcurrentJobs="8"
WindowStyle="Normal" />
<Computer Name="lenovo-pc"
MaxConcurrentJobs="8"
WindowStyle="Normal" />
<Computer Name="asus-t100"
MaxConcurrentJobs="8"
WindowStyle="Normal" />
</Computers>
</Config>