Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
12/05/11 16:45:27 (13 years ago)
Author:
ascheibe
Message:

#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:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Clients.Hive/3.3/Settings.settings

    r7020 r7125  
    1010    </Setting>
    1111    <Setting Name="ResultPollingInterval" Type="System.TimeSpan" Scope="Application">
    12       <Value Profile="(Default)">00:00:10</Value>
     12      <Value Profile="(Default)">00:00:20</Value>
    1313    </Setting>
    1414    <Setting Name="MaxParallelDownloads" Type="System.Int32" Scope="Application">
    15       <Value Profile="(Default)">2</Value>
     15      <Value Profile="(Default)">5</Value>
     16    </Setting>
     17    <Setting Name="MaxRepeatServiceCalls" Type="System.Int32" Scope="Application">
     18      <Value Profile="(Default)">5</Value>
    1619    </Setting>
    1720  </Settings>
Note: See TracChangeset for help on using the changeset viewer.