From 0df0b3d38573af77ca1b84822ff44217bdf88917 Mon Sep 17 00:00:00 2001 From: lishuo Date: Thu, 19 May 2022 10:11:04 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9C=BA=E5=99=A8=E4=BA=BA=E6=95=B0=E9=87=8F?= =?UTF-8?q?=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Hander/MapRecordRankingHander.cs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Hander/MapRecordRankingHander.cs b/Hander/MapRecordRankingHander.cs index ab73e9d..25255c3 100644 --- a/Hander/MapRecordRankingHander.cs +++ b/Hander/MapRecordRankingHander.cs @@ -41,10 +41,10 @@ namespace OnlineUserPool.Hander } } - private const int START = 15; - private const int SMALL = 50; - private const int MEDIUM = 100; - private const int LARGE = 200; + private const int START = 120; + private const int SMALL = 100; + private const int MEDIUM = 150; + private const int LARGE = 180; private const int OFFSET = 15; //根据当前时段计算虚拟总人数