Free cookie consent management tool by TermsFeed Policy Generator

Changeset 9207 for trunk


Ignore:
Timestamp:
02/05/13 21:22:47 (11 years ago)
Author:
ascheibe
Message:

#1890 disabled parallel task uploading as this produces a lot of failed db transactions and aborted uploads and therefore does not speed up uploading

Location:
trunk/sources/HeuristicLab.Clients.Hive/3.3
Files:
3 edited

Legend:

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

    r8957 r9207  
    2626        [global::System.Configuration.ApplicationScopedSettingAttribute()]
    2727        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
    28         [global::System.Configuration.DefaultSettingValueAttribute("4")]
     28        [global::System.Configuration.DefaultSettingValueAttribute("1")]
    2929        public int MaxParallelUploads {
    3030            get {
  • trunk/sources/HeuristicLab.Clients.Hive/3.3/Settings.settings

    r7249 r9207  
    44  <Settings>
    55    <Setting Name="MaxParallelUploads" Type="System.Int32" Scope="Application">
    6       <Value Profile="(Default)">4</Value>
     6      <Value Profile="(Default)">1</Value>
    77    </Setting>
    88    <Setting Name="HLBinaryName" Type="System.String" Scope="Application">
  • trunk/sources/HeuristicLab.Clients.Hive/3.3/app.config

    r7249 r9207  
    99    <HeuristicLab.Clients.Hive.Settings>
    1010      <setting name="MaxParallelUploads" serializeAs="String">
    11         <value>4</value>
     11        <value>1</value>
    1212      </setting>
    1313      <setting name="HLBinaryName" serializeAs="String">
Note: See TracChangeset for help on using the changeset viewer.