From f223d9cf1b4443c04312b4f270c889a42f493ab4 Mon Sep 17 00:00:00 2001 From: shmilylty Date: Tue, 13 Aug 2019 19:13:08 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=82=E6=95=B0=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- oneforall/common/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oneforall/common/utils.py b/oneforall/common/utils.py index ca6219e..f47dabb 100644 --- a/oneforall/common/utils.py +++ b/oneforall/common/utils.py @@ -135,7 +135,7 @@ def get_semaphore(): """ system = platform.system() if system == 'Windows': - return 400 + return 300 elif system == 'Linux': return 800 elif system == 'Darwin':