From 02aef8382e23d987cae6ff8301806bb7c233254e 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 | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Hander/MapRecordRankingHander.cs b/Hander/MapRecordRankingHander.cs index 50e1587..e15e0f7 100644 --- a/Hander/MapRecordRankingHander.cs +++ b/Hander/MapRecordRankingHander.cs @@ -41,11 +41,11 @@ namespace OnlineUserPool.Hander } } - private const int START = 15; - private const int SMALL = 30; - private const int MEDIUM = 50; - private const int LARGE = 80; - private const int OFFSET = 30; + 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; //根据当前时段计算虚拟总人数 private int ComputeTop()