Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
03/03/17 11:41:43 (8 years ago)
Author:
gkronber
Message:

#2520

  • renamed StorableClass -> StorableType
  • changed persistence to use GUIDs instead of type names
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/PersistenceOverhaul/HeuristicLab.Clients.Hive/3.3/Settings.settings

    r9666 r14711  
    33  <Profiles />
    44  <Settings>
    5     <Setting Name="MaxParallelUploads" Type="System.Int32" Scope="Application">
     5    <Setting Name="MaxParallelUploads" MemberSelection="System.Int32" Scope="Application">
    66      <Value Profile="(Default)">2</Value>
    77    </Setting>
    8     <Setting Name="HLBinaryName" Type="System.String" Scope="Application">
     8    <Setting Name="HLBinaryName" MemberSelection="System.String" Scope="Application">
    99      <Value Profile="(Default)">HeuristicLab 3.3.exe</Value>
    1010    </Setting>
    11     <Setting Name="ResultPollingInterval" Type="System.TimeSpan" Scope="Application">
     11    <Setting Name="ResultPollingInterval" MemberSelection="System.TimeSpan" Scope="Application">
    1212      <Value Profile="(Default)">00:00:20</Value>
    1313    </Setting>
    14     <Setting Name="MaxParallelDownloads" Type="System.Int32" Scope="Application">
     14    <Setting Name="MaxParallelDownloads" MemberSelection="System.Int32" Scope="Application">
    1515      <Value Profile="(Default)">2</Value>
    1616    </Setting>
    17     <Setting Name="MaxRepeatServiceCalls" Type="System.Int32" Scope="Application">
     17    <Setting Name="MaxRepeatServiceCalls" MemberSelection="System.Int32" Scope="Application">
    1818      <Value Profile="(Default)">5</Value>
    1919    </Setting>
    20     <Setting Name="AnonymousUserName" Type="System.String" Scope="Application">
     20    <Setting Name="AnonymousUserName" MemberSelection="System.String" Scope="Application">
    2121      <Value Profile="(Default)">anonymous</Value>
    2222    </Setting>
    23     <Setting Name="EndpointConfigurationPriorities" Type="System.Collections.Specialized.StringCollection" Scope="Application">
     23    <Setting Name="EndpointConfigurationPriorities" MemberSelection="System.Collections.Specialized.StringCollection" Scope="Application">
    2424      <Value Profile="(Default)">&lt;?xml version="1.0" encoding="utf-16"?&gt;
    2525&lt;ArrayOfString xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"&gt;
     
    2828&lt;/ArrayOfString&gt;</Value>
    2929    </Setting>
    30     <Setting Name="MaxEndpointRetries" Type="System.Int32" Scope="Application">
     30    <Setting Name="MaxEndpointRetries" MemberSelection="System.Int32" Scope="Application">
    3131      <Value Profile="(Default)">3</Value>
    3232    </Setting>
Note: See TracChangeset for help on using the changeset viewer.