Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab.Clients.Hive.Slave.Views/3.3/app.config @ 7132

Last change on this file since 7132 was 7132, checked in by ascheibe, 12 years ago

#1672

  • fixed name of slave windows service

reviewing comments:

  • reduced MaxParallelDownloads to 2 to not completely overload cpus
  • renamed ServiceLocator to HiveServiceLocator
File size: 1.3 KB
RevLine 
[6983]1<?xml version="1.0" encoding="utf-8" ?>
2<configuration>
3    <configSections>
4        <sectionGroup name="userSettings" type="System.Configuration.UserSettingsGroup, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" >
5            <section name="HeuristicLab.Clients.Hive.SlaveCore.Views.Properties.Settings" type="System.Configuration.ClientSettingsSection, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" allowExeDefinition="MachineToLocalUser" requirePermission="false" />
6        </sectionGroup>
7    </configSections>
8    <userSettings>
9        <HeuristicLab.Clients.Hive.SlaveCore.Views.Properties.Settings>
10            <setting name="ShowBalloonTips" serializeAs="String">
11                <value>False</value>
12            </setting>
13            <setting name="ShowUICmd" serializeAs="String">
14                <value>showui</value>
15            </setting>
16            <setting name="SlaveCommunicationServiceEndpoint" serializeAs="String">
17                <value>SlaveCommunicationServiceEndpoint</value>
18            </setting>
[7132]19            <setting name="ServiceName" serializeAs="String">
20                <value>HeuristicLab.Clients.Hive.Slave</value>
21            </setting>
[6983]22        </HeuristicLab.Clients.Hive.SlaveCore.Views.Properties.Settings>
23    </userSettings>
24</configuration>
Note: See TracBrowser for help on using the repository browser.