From 43a007297af62113b0e6f8c25473613aa052beb9 Mon Sep 17 00:00:00 2001 From: suwings Date: Mon, 5 Mar 2018 18:39:30 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=9D=E5=A7=8B=E5=8C=96=20=E9=85=8D?= =?UTF-8?q?=E7=BD=AE=E9=A1=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- property.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/property.js b/property.js index b5a638bd..dcb86c45 100644 --- a/property.js +++ b/property.js @@ -33,7 +33,7 @@ else /*--------------- 配置开始,这与 Minecraft 服务器配置几乎差不多 --------------- */ //控制台实时刷新频率 单位毫秒 默认1200 毫秒 -//建议在 1000 毫秒 与 3000毫秒之选择 +//建议在 1000 毫秒 与 3000 毫秒之选择 MCSERVER.localProperty.console_send_times = 1200; @@ -63,4 +63,4 @@ MCSERVER.localProperty.terminalQueue_max_length = 512; //控制数据中心 数据刷新频率 单位毫秒 //默认 2000 毫秒 -MCSERVER.localProperty.data_center_times = 500; \ No newline at end of file +MCSERVER.localProperty.data_center_times = 2000; \ No newline at end of file