CheckTimes updated

This commit is contained in:
Brett Hewitson 2021-12-18 11:23:05 +10:00
parent 157a767259
commit fd0c04db9d
6 changed files with 12 additions and 12 deletions

View file

@ -191,7 +191,7 @@ namespace ServerManagerTool {
[global::System.Configuration.ApplicationScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("1440")]
[global::System.Configuration.DefaultSettingValueAttribute("720")]
public int UpdateCheckTime {
get {
return ((int)(this["UpdateCheckTime"]));
@ -1043,7 +1043,7 @@ namespace ServerManagerTool {
[global::System.Configuration.ApplicationScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("1")]
[global::System.Configuration.DefaultSettingValueAttribute("5")]
public int ScheduledTasksCheckTime {
get {
return ((int)(this["ScheduledTasksCheckTime"]));