From 06b2d706451da9774959fdb37986b18a76951ba7 Mon Sep 17 00:00:00 2001 From: webbrain-one <295484252+webbrain-one@users.noreply.github.com> Date: Wed, 19 Aug 2026 09:43:55 +0300 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E7=BC=A9=E7=95=A5=E5=9B=BE?= =?UTF-8?q?=E5=8F=B3=E4=B8=8B=E8=A7=92=E7=BA=A2=E7=82=B9=E9=97=AE=E9=A2=98?= =?UTF-8?q?=20(#7)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- source/ResizingServer/Global.asax.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/ResizingServer/Global.asax.cs b/source/ResizingServer/Global.asax.cs index ee70929..5d19741 100644 --- a/source/ResizingServer/Global.asax.cs +++ b/source/ResizingServer/Global.asax.cs @@ -50,7 +50,7 @@ private string GetSpeed(string value) return value[1].ToString(); } } - return "1"; + return "0"; } private string GetSizeValue(string value)