Harden ACC installer update and endpoint performance
This commit is contained in:
@@ -89,8 +89,8 @@ namespace BizTalkCheckmkPulse
|
||||
MachineName = machine,
|
||||
EnvironmentName = catalogEnvironment,
|
||||
SynchronizedUtc = synchronizedUtc,
|
||||
ActiveCandidates = ReadInt(root, "activeCandidates", 0, _maxEntries),
|
||||
UnsupportedCandidates = ReadInt(root, "unsupportedCandidates", 0, _maxEntries)
|
||||
ActiveCandidates = ReadInt(root, "activeCandidates", 0, 100000),
|
||||
UnsupportedCandidates = ReadInt(root, "unsupportedCandidates", 0, 100000)
|
||||
};
|
||||
|
||||
foreach (var node in root.Elements("Endpoint"))
|
||||
|
||||
Reference in New Issue
Block a user