From 5886b7e15878ce6a4d7e42eae514f8212280b9db Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Wed, 22 Sep 2021 11:35:31 +0000 Subject: [PATCH] 1 --- server/gameserver/app.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/gameserver/app.cc b/server/gameserver/app.cc index bf46871..0bb4e9e 100644 --- a/server/gameserver/app.cc +++ b/server/gameserver/app.cc @@ -66,7 +66,7 @@ static void SavePerfLog() ("max_rundelay:%d room_num:%d player_num:%d online_num:%d alive_count:%d " "sys_request_delay:%d user_request_delay:%d http_pending_num:%d real_alive_count:%d " "account_num:%d level0_num:%d level1_num:%d " - "max_full_obj:%d max_part_obj:%d max_bullet:%d max_packet:%d" + "max_full_obj:%d max_part_obj:%d max_bullet:%d max_packet:%d " "his_max_full_obj:%d his_max_part_obj:%d his_max_bullet:%d his_max_packet:%d", { PerfMonitor::Instance()->max_run_delay_time,