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

@ -93,7 +93,7 @@
<value>https://raw.githubusercontent.com/Bletch1971/ServerManagers/master/ASM/latest.txt</value>
</setting>
<setting name="UpdateCheckTime" serializeAs="String">
<value>1440</value>
<value>720</value>
</setting>
<setting name="SavedArksRelativePath" serializeAs="String">
<value>ShooterGame\Saved\SavedArks</value>
@ -237,7 +237,7 @@
<value>.asmbak</value>
</setting>
<setting name="ScheduledTasksCheckTime" serializeAs="String">
<value>1</value>
<value>5</value>
</setting>
<setting name="ASMPluginUrl" serializeAs="String">
<value>http://arkservermanager.freeforums.net/board/22/plugins</value>

View file

@ -299,7 +299,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"]));
@ -1601,7 +1601,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"]));

View file

@ -90,7 +90,7 @@
<Value Profile="(Default)">https://raw.githubusercontent.com/Bletch1971/ServerManagers/master/ASM/latest.txt</Value>
</Setting>
<Setting Name="UpdateCheckTime" Type="System.Int32" Scope="Application">
<Value Profile="(Default)">1440</Value>
<Value Profile="(Default)">720</Value>
</Setting>
<Setting Name="SavedArksRelativePath" Type="System.String" Scope="Application">
<Value Profile="(Default)">ShooterGame\Saved\SavedArks</Value>
@ -450,7 +450,7 @@
<Value Profile="(Default)">.asmbak</Value>
</Setting>
<Setting Name="ScheduledTasksCheckTime" Type="System.Int32" Scope="Application">
<Value Profile="(Default)">1</Value>
<Value Profile="(Default)">5</Value>
</Setting>
<Setting Name="AutoUpdate_ValidateServerFiles" Type="System.Boolean" Scope="User">
<Value Profile="(Default)">True</Value>