From 71502225b38dceccdcb6ae3ff22aa4be55509062 Mon Sep 17 00:00:00 2001
From: ll <ll@163.com>
Date: Tue, 10 Aug 2021 07:45:50 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BE=8B=E5=AD=90=E6=9B=B4=E6=96=B0?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 ..._Asyncio\345\216\237\347\224\237\345\256\236\347\216\260.py" | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git "a/example/\345\215\217\347\250\213\346\261\240\344\275\277\347\224\250_Asyncio\345\216\237\347\224\237\345\256\236\347\216\260.py" "b/example/\345\215\217\347\250\213\346\261\240\344\275\277\347\224\250_Asyncio\345\216\237\347\224\237\345\256\236\347\216\260.py"
index f84f726..93b71a9 100644
--- "a/example/\345\215\217\347\250\213\346\261\240\344\275\277\347\224\250_Asyncio\345\216\237\347\224\237\345\256\236\347\216\260.py"
+++ "b/example/\345\215\217\347\250\213\346\261\240\344\275\277\347\224\250_Asyncio\345\216\237\347\224\237\345\256\236\347\216\260.py"
@@ -15,7 +15,7 @@ def 接收结果(future):
 
 def demo():
     # 任务组, 最大协程数
-    pool = 协程池(协程数量=3, 线程池数量=10, 投递任务时阻塞=True)
+    pool = 协程池(协程数量=10, 线程池数量=1, 投递任务时阻塞=True)
 
     # 插入任务任务
     for i in range(1000):