Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab.Clients.Hive/3.3/Settings.settings @ 7125

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

#1672

  • removed magic numbers for upload retries
  • speed up job downloading by placing deserializing/downloading semaphores correctly
  • increased max. number of parallel downloads/deserializations
  • added more status messages when downloading to make it more clear what's actually happening
  • renamed some variables
File size: 1.0 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" GeneratedClassName="Settings">
3  <Profiles />
4  <Settings>
5    <Setting Name="MaxParallelUploads" Type="System.Int32" Scope="Application">
6      <Value Profile="(Default)">4</Value>
7    </Setting>
8    <Setting Name="HLBinaryName" Type="System.String" Scope="Application">
9      <Value Profile="(Default)">HeuristicLab 3.3.exe</Value>
10    </Setting>
11    <Setting Name="ResultPollingInterval" Type="System.TimeSpan" Scope="Application">
12      <Value Profile="(Default)">00:00:20</Value>
13    </Setting>
14    <Setting Name="MaxParallelDownloads" Type="System.Int32" Scope="Application">
15      <Value Profile="(Default)">5</Value>
16    </Setting>
17    <Setting Name="MaxRepeatServiceCalls" Type="System.Int32" Scope="Application">
18      <Value Profile="(Default)">5</Value>
19    </Setting>
20  </Settings>
21</SettingsFile>
Note: See TracBrowser for help on using the repository browser.