mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-07-15 10:03:02 +01:00
Do not overlog
This commit is contained in:
@@ -570,7 +570,7 @@ namespace Tgstation.Server.Tests.Live.Instance
|
||||
while (!cancellationToken.IsCancellationRequested)
|
||||
{
|
||||
var currentSize = baseSize + (int)Math.Pow(2, nextPow);
|
||||
var topicRequestResult = await TopicClient.SendTopic(
|
||||
var topicRequestResult = await TopicClientNoLogger.SendTopic(
|
||||
IPAddress.Loopback,
|
||||
$"tgs_integration_test_tactics4={TopicClient.SanitizeString(currentSize.ToString())}",
|
||||
TestLiveServer.DDPort,
|
||||
|
||||
Reference in New Issue
Block a user