Changeset 6456 for branches/HeuristicLab.Hive-3.4/sources/HeuristicLab.Clients.Hive.Slave/3.4/Properties/Settings.settings
- Timestamp:
- 06/20/11 16:57:04 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HeuristicLab.Hive-3.4/sources/HeuristicLab.Clients.Hive.Slave/3.4/Properties/Settings.settings
r5105 r6456 1 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.Slave .Properties" GeneratedClassName="Settings">2 <SettingsFile xmlns="http://schemas.microsoft.com/VisualStudio/2004/01/settings" CurrentProfile="(Default)" GeneratedClassNamespace="HeuristicLab.Clients.Hive.SlaveCore.Properties" GeneratedClassName="Settings"> 3 3 <Profiles /> 4 4 <Settings> 5 <Setting Name="Guid" Type="System.Guid" Scope="User"> 6 <Value Profile="(Default)">00000000-0000-0000-0000-000000000000</Value> 5 <Setting Name="HeartbeatInterval" Type="System.Int32" Scope="User"> 6 <Value Profile="(Default)">10</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.4.dll</Value> 31 </Setting> 32 <Setting Name="ClientsHiveDll" Type="System.String" Scope="User"> 33 <Value Profile="(Default)">HeuristicLab.Clients.Hive-3.4.dll</Value> 34 </Setting> 35 <Setting Name="HiveDll" Type="System.String" Scope="User"> 36 <Value Profile="(Default)">HeuristicLab.Hive-3.4.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.Int32" Scope="User"> 45 <Value Profile="(Default)">50</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.Int32" Scope="User"> 51 <Value Profile="(Default)">1000</Value> 52 </Setting> 53 <Setting Name="ExecutorSemTimeouts" Type="System.Int32" Scope="User"> 54 <Value Profile="(Default)">45</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> 7 67 </Setting> 8 68 </Settings>
Note: See TracChangeset
for help on using the changeset viewer.