From 7e136f508b982790db5686482075c60ee3ee4fed Mon Sep 17 00:00:00 2001
From: middlewarerace2019 <yinwoods@126.com>
Date: Thu, 30 May 2019 20:55:25 +0800
Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E6=9C=80=E5=A4=A7=E7=BA=BF?=
 =?UTF-8?q?=E7=A8=8B=E6=95=B0=E8=8E=B7=E5=8F=96=E8=AF=B4=E6=98=8E?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 FAQ.md | 10 +++++++++-
 1 file changed, 9 insertions(+), 1 deletion(-)

diff --git a/FAQ.md b/FAQ.md
index be5e639..adcc791 100644
--- a/FAQ.md
+++ b/FAQ.md
@@ -69,4 +69,12 @@
 
 ## 04.  我是 windows 系统,想按照 localtest 搭建本机测试环境,应该怎么安装 wrk?
 
-请参考 [windows_localtest](https://code.aliyun.com/leezepeng/localtest) , 感谢选手 @李泽言 提供教程。
\ No newline at end of file
+请参考 [windows_localtest](https://code.aliyun.com/leezepeng/localtest) , 感谢选手 @李泽言 提供教程。
+
+## 05. 能否获取 provider 的最大线程数配置
+
+允许
+
+## 06. 能否使用 provider 的最大线程数作为限流值
+
+允许。但不允许以 hardcode 的方式设定为固定值,如线程数为200/400/600的时候,固定将限流值设置为 200 。
\ No newline at end of file
-- 
GitLab