From d73487df5bf1ed147fdd47e3dcf2490d5c4a3be3 Mon Sep 17 00:00:00 2001 From: qornwh1 Date: Mon, 2 Mar 2026 17:47:27 +0900 Subject: [PATCH] =?UTF-8?q?fix=20:=20=EB=A1=9C=EA=B7=B8=EB=A0=88=EB=B2=A8?= =?UTF-8?q?=20=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../EchoClientTester/EchoDummyService/DummyClientService.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ClientTester/EchoClientTester/EchoDummyService/DummyClientService.cs b/ClientTester/EchoClientTester/EchoDummyService/DummyClientService.cs index d448e60..f35d8c1 100644 --- a/ClientTester/EchoClientTester/EchoDummyService/DummyClientService.cs +++ b/ClientTester/EchoClientTester/EchoDummyService/DummyClientService.cs @@ -38,7 +38,7 @@ public class DummyClientService try { - await Task.Delay(15, ct); + await Task.Delay(10, ct); } catch (OperationCanceledException) { @@ -85,7 +85,7 @@ public class DummyClientService break; } - Log.Information("[TICK {Tick:000}] {Sent}/{Total} 전송", tick, sent, total); + Log.Debug("[TICK {Tick:000}] {Sent}/{Total} 전송", tick, sent, total); tick++; try