From 84f9abc7067dde4e6b504a1ba2e9f0600a6de46b Mon Sep 17 00:00:00 2001 From: hch <305670599@qq.com> Date: 星期二, 12 三月 2019 20:58:56 +0800 Subject: [PATCH] 4042 【后端】【2.0】邮件包含附件时不能删除邮件 - 服务端添加防范 --- Tool/RobotTest/Configuration/Config.ini | 7 ++++++- 1 files changed, 6 insertions(+), 1 deletions(-) diff --git a/Tool/RobotTest/Configuration/Config.ini b/Tool/RobotTest/Configuration/Config.ini index 0b1faf4..ef1d0ec 100644 --- a/Tool/RobotTest/Configuration/Config.ini +++ b/Tool/RobotTest/Configuration/Config.ini @@ -25,4 +25,9 @@ PlayerOffTime=10 ProcessFindTJGTime=10 ServerDBConfigPath=D:\ProjectServer\db\PyMongoDataServer -StartRunTime=10 \ No newline at end of file +StartRunTime=10 + +;账号获取来源 0:自动生成, 1:取库中已有账号 +AccountSource = 1 +;登录玩家数量 +MaxPlayerCnt = 300 \ No newline at end of file -- Gitblit v1.8.0