diff --git a/src/ARKServerManager/Lib/ServerApp.cs b/src/ARKServerManager/Lib/ServerApp.cs
index d6280abb..470cf562 100644
--- a/src/ARKServerManager/Lib/ServerApp.cs
+++ b/src/ARKServerManager/Lib/ServerApp.cs
@@ -2841,7 +2841,7 @@ namespace ServerManagerTool.Lib
LogProfileMessage($"Creating RCON connection to server ({_profile.ServerIPAddress}:{_profile.RCONPort}).", false);
var endPoint = new IPEndPoint(_profile.ServerIPAddress, _profile.RCONPort);
- var server = QueryMaster.ServerQuery.GetServerInstance(QueryMaster.EngineType.Source, endPoint, sendTimeOut: 10000, receiveTimeOut: 10000);
+ var server = QueryMaster.ServerQuery.GetServerInstance(QueryMaster.EngineType.Source, endPoint, sendTimeOut: 30000, receiveTimeOut: 30000);
if (server == null)
{
LogProfileDebug($"FAILED: {nameof(SetupRconConsole)} - ServerQuery could not be created.", false);
diff --git a/src/ConanServerManager/Lib/ServerApp.cs b/src/ConanServerManager/Lib/ServerApp.cs
index 931261cc..82b6a89e 100644
--- a/src/ConanServerManager/Lib/ServerApp.cs
+++ b/src/ConanServerManager/Lib/ServerApp.cs
@@ -2727,7 +2727,7 @@ namespace ServerManagerTool.Lib
LogProfileMessage($"Creating RCON connection to server ({_profile.ServerIPAddress}:{_profile.RconPort}).", false);
var endPoint = new IPEndPoint(_profile.ServerIPAddress, _profile.RconPort);
- var server = QueryMaster.ServerQuery.GetServerInstance(QueryMaster.EngineType.Source, endPoint, sendTimeOut: 10000, receiveTimeOut: 10000);
+ var server = QueryMaster.ServerQuery.GetServerInstance(QueryMaster.EngineType.Source, endPoint, sendTimeOut: 30000, receiveTimeOut: 30000);
if (server == null)
{
LogProfileDebug($"FAILED: {nameof(SetupRconConsole)} - ServerQuery could not be created.", false);
diff --git a/src/ConanServerManager/VersionFeed.xml b/src/ConanServerManager/VersionFeed.xml
index 4ee11c90..5abe0fbf 100644
--- a/src/ConanServerManager/VersionFeed.xml
+++ b/src/ConanServerManager/VersionFeed.xml
@@ -5,7 +5,30 @@
Conan Server Manager Version Feed
This is the Conan Server Manager release version feed.
- 2022-05-21T00:00:00Z
+ 2022-06-13T00:00:00Z
+
+
+ urn:uuid:4E189446-9861-4B64-9B27-0E3E655CD1CA
+ 1.1.74 (1.1.74.1)
+ 1.1.74.1
+
+ 2022-06-13T00:00:00Z
+
+
+
+ CHANGE
+
+
+ - Updated to query master timeouts from 10 seconds to 30 seconds.
+
+
+
+
+
+ bletch
+ bletch1971@hotmail.com
+
+
urn:uuid:D0681B47-5715-473E-99D3-63F475A997C4
diff --git a/src/ConanServerManager/VersionFeedBeta.xml b/src/ConanServerManager/VersionFeedBeta.xml
index 76936f7c..a448ec70 100644
--- a/src/ConanServerManager/VersionFeedBeta.xml
+++ b/src/ConanServerManager/VersionFeedBeta.xml
@@ -5,116 +5,21 @@
Conan Server Manager Version Feed
This is the Conan Server Manager beta version feed.
- 2022-05-21T00:00:00Z
+ 2022-06-13T00:00:00Z
- urn:uuid:BA7B98BC-F986-4D46-A4C1-264D781798EC
- 1.1.73 (1.1.73.5)
- 1.1.73.5
+ urn:uuid:4E189446-9861-4B64-9B27-0E3E655CD1CA
+ 1.1.74 (1.1.74.1)
+ 1.1.74.1
- 2022-05-21T00:00:00Z
+ 2022-06-13T00:00:00Z
CHANGE
- - Added option to remove the -log settings from the command line.
-
-
-
-
-
- bletch
- bletch1971@hotmail.com
-
-
-
-
- urn:uuid:BA7B98BC-F986-4D46-A4C1-264D781798EC
- 1.1.73 (1.1.73.4)
- 1.1.73.4
-
- 2022-05-19T00:00:00Z
-
-
-
- CHANGE
-
-
- - Server Monitor - refined the bulk server processing.
- - Server Monitor - added sequential server processing.
- - Server Monitor - added process cancelation button.
- - Server Shutdown - added a retry when sending RCON commands that fail.
-
-
-
-
-
- bletch
- bletch1971@hotmail.com
-
-
-
-
- urn:uuid:BA7B98BC-F986-4D46-A4C1-264D781798EC
- 1.1.73 (1.1.73.3)
- 1.1.73.3
-
- 2022-05-18T00:00:00Z
-
-
-
- NEW
-
-
- - Server Monitor - added new functionality to bulk start, restart, stop, shutdown, update and backup your servers.
-
-
-
-
-
- bletch
- bletch1971@hotmail.com
-
-
-
-
- urn:uuid:661C8C8B-B1DC-4368-95E7-A9C29C274B5B
- 1.1.73 (1.1.73.2)
- 1.1.73.2
-
- 2022-05-18T00:00:00Z
-
-
-
- CHANGE
-
-
- - Backup Interval Changes - The backup interval has been changed to use the value in the global settings, when auto-backup is enabled or not.
-
-
-
-
-
- bletch
- bletch1971@hotmail.com
-
-
-
-
- urn:uuid:D0681B47-5715-473E-99D3-63F475A997C4
- 1.1.73 (1.1.73.1)
- 1.1.73.1
-
- 2022-05-18T00:00:00Z
-
-
-
- CHANGE
-
-
- - World Save Zipping - have changed the way the zip file is created. All files are now added to the zip in one pass, rather than as separate files.
+ - Updated to query master timeouts from 10 seconds to 30 seconds.