- Timestamp:
- 05/24/13 14:45:51 (12 years ago)
- Location:
- branches/HiveStatistics/sources/HeuristicLab.Services.Hive/3.3/Properties
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HiveStatistics/sources/HeuristicLab.Services.Hive/3.3/Properties/Settings.Designer.cs
r9123 r9526 2 2 // <auto-generated> 3 3 // This code was generated by a tool. 4 // Runtime Version:4.0.30319.1 79294 // Runtime Version:4.0.30319.18034 5 5 // 6 6 // Changes to this file may cause incorrect behavior and will be lost if … … 86 86 } 87 87 } 88 89 [global::System.Configuration.ApplicationScopedSettingAttribute()] 90 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] 91 [global::System.Configuration.DefaultSettingValueAttribute("00:05:00")] 92 public global::System.TimeSpan GenerateStatisticsInterval { 93 get { 94 return ((global::System.TimeSpan)(this["GenerateStatisticsInterval"])); 95 } 96 } 88 97 } 89 98 } -
branches/HiveStatistics/sources/HeuristicLab.Services.Hive/3.3/Properties/Settings.settings
r9123 r9526 24 24 <Value Profile="(Default)">00:00:20</Value> 25 25 </Setting> 26 <Setting Name="GenerateStatisticsInterval" Type="System.TimeSpan" Scope="Application"> 27 <Value Profile="(Default)">00:05:00</Value> 28 </Setting> 26 29 </Settings> 27 30 </SettingsFile>
Note: See TracChangeset
for help on using the changeset viewer.