Free cookie consent management tool by TermsFeed Policy Generator

source: branches/HeuristicLab.TimeSeries/HeuristicLab.Clients.Hive.Slave/3.3/Properties/Settings.settings @ 7842

Last change on this file since 7842 was 7842, checked in by gkronber, 12 years ago

merged r7609:7840 from trunk into time series branch

File size: 3.8 KB
Line 
1<?xml version='1.0' encoding='utf-8'?>
2<SettingsFile xmlns="http://schemas.microsoft.com/VisualStudio/2004/01/settings" CurrentProfile="(Default)" GeneratedClassNamespace="HeuristicLab.Clients.Hive.SlaveCore.Properties" GeneratedClassName="Settings">
3  <Profiles />
4  <Settings>
5    <Setting Name="HeartbeatInterval" Type="System.TimeSpan" Scope="User">
6      <Value Profile="(Default)">00:00:40</Value>
7    </Setting>
8    <Setting Name="LastUsedFileName" Type="System.String" Scope="User">
9      <Value Profile="(Default)">lastUsed.dat</Value>
10    </Setting>
11    <Setting Name="PluginCacheDir" Type="System.String" Scope="User">
12      <Value Profile="(Default)">PluginCache</Value>
13    </Setting>
14    <Setting Name="PluginTempBaseDir" Type="System.String" Scope="User">
15      <Value Profile="(Default)">PluginTemp</Value>
16    </Setting>
17    <Setting Name="ConfigurationName" Type="System.String" Scope="User">
18      <Value Profile="(Default)">Configuration</Value>
19    </Setting>
20    <Setting Name="PluginInfrastructureDll" Type="System.String" Scope="User">
21      <Value Profile="(Default)">HeuristicLab.PluginInfrastructure-3.3.dll</Value>
22    </Setting>
23    <Setting Name="SharpZipLibDll" Type="System.String" Scope="User">
24      <Value Profile="(Default)">ICSharpCode.SharpZipLib.dll</Value>
25    </Setting>
26    <Setting Name="SharpZipLibLicense" Type="System.String" Scope="User">
27      <Value Profile="(Default)">ICSharpCode.SharpZipLib License.txt</Value>
28    </Setting>
29    <Setting Name="ClientsHiveSlaveCoreDll" Type="System.String" Scope="User">
30      <Value Profile="(Default)">HeuristicLab.Clients.Hive.SlaveCore-3.3.dll</Value>
31    </Setting>
32    <Setting Name="ClientsHiveDll" Type="System.String" Scope="User">
33      <Value Profile="(Default)">HeuristicLab.Clients.Hive-3.3.dll</Value>
34    </Setting>
35    <Setting Name="HiveDll" Type="System.String" Scope="User">
36      <Value Profile="(Default)">HeuristicLab.Hive-3.3.dll</Value>
37    </Setting>
38    <Setting Name="ClientsCommonDll" Type="System.String" Scope="User">
39      <Value Profile="(Default)">HeuristicLab.Clients.Common-3.3.dll</Value>
40    </Setting>
41    <Setting Name="PluginLifetime" Type="System.Int32" Scope="User">
42      <Value Profile="(Default)">3</Value>
43    </Setting>
44    <Setting Name="DirOpSleepTime" Type="System.TimeSpan" Scope="User">
45      <Value Profile="(Default)">00:00:01</Value>
46    </Setting>
47    <Setting Name="PluginDeletionRetries" Type="System.Int32" Scope="User">
48      <Value Profile="(Default)">5</Value>
49    </Setting>
50    <Setting Name="PluginDeletionTimeout" Type="System.TimeSpan" Scope="User">
51      <Value Profile="(Default)">00:00:01</Value>
52    </Setting>
53    <Setting Name="ExecutorSemTimeouts" Type="System.TimeSpan" Scope="User">
54      <Value Profile="(Default)">00:00:46</Value>
55    </Setting>
56    <Setting Name="QueuesMaxThreads" Type="System.Int32" Scope="User">
57      <Value Profile="(Default)">5000</Value>
58    </Setting>
59    <Setting Name="SlaveCommunicationServiceEndpoint" Type="System.String" Scope="User">
60      <Value Profile="(Default)">SlaveCommunicationServiceEndpoint</Value>
61    </Setting>
62    <Setting Name="SlaveUser" Type="System.String" Scope="User">
63      <Value Profile="(Default)">hiveslave</Value>
64    </Setting>
65    <Setting Name="SlavePwd" Type="System.String" Scope="User">
66      <Value Profile="(Default)">hiveslave</Value>
67    </Setting>
68    <Setting Name="MaxLogCount" Type="System.Int32" Scope="User">
69      <Value Profile="(Default)">1</Value>
70    </Setting>
71    <Setting Name="ExecutorQueueTimeout" Type="System.TimeSpan" Scope="User">
72      <Value Profile="(Default)">00:00:20</Value>
73    </Setting>
74    <Setting Name="NrOfCoresToScavenge" Type="System.Int32" Scope="User">
75      <Value Profile="(Default)">-1</Value>
76    </Setting>
77  </Settings>
78</SettingsFile>
Note: See TracBrowser for help on using the repository browser.