From 397c054c66433a86725ddd58460173e3d25d02d5 Mon Sep 17 00:00:00 2001 From: Hide_D Date: Sat, 27 Aug 2022 02:57:01 +0900 Subject: [PATCH] =?UTF-8?q?game:=20=EC=9C=A0=EB=8B=88=ED=81=AC=20=EA=B2=BD?= =?UTF-8?q?=EB=A7=A4=20=EC=A0=9C=ED=95=9C=20=EC=8B=9C=EA=B0=84=20=EA=B0=90?= =?UTF-8?q?=EC=86=8C=20-=201=EB=B6=84=ED=84=B4=20=EB=A7=88=EA=B0=90?= =?UTF-8?q?=EC=8B=9C=EA=B0=84=20=EA=B8=B0=EC=A4=80=201=EC=8B=9C=EA=B0=84?= =?UTF-8?q?=20->=2030=EB=B6=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hwe/sammo/Auction.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hwe/sammo/Auction.php b/hwe/sammo/Auction.php index 3d60501e..c5beab2a 100644 --- a/hwe/sammo/Auction.php +++ b/hwe/sammo/Auction.php @@ -22,7 +22,7 @@ abstract class Auction public const COEFF_AUCTION_CLOSE_MINUTES = 24; public const COEFF_EXTENSION_MINUTES_PER_BID = (1 / 6); - public const COEFF_EXTENSION_MINUTES_LIMIT_BY_BID = 1; + public const COEFF_EXTENSION_MINUTES_LIMIT_BY_BID = 0.5; public const COEFF_EXTENSION_MINUTES_BY_EXTENSION_QUERY = 1; public const MIN_AUCTION_CLOSE_MINUTES = 30; public const MIN_EXTENSION_MINUTES_PER_BID = 1;