From 993b28a32df33b486ddc9675294cd1b53e45ed37 Mon Sep 17 00:00:00 2001 From: marvzhang Date: Thu, 4 Jun 2020 23:02:02 +0800 Subject: [PATCH] updated task.workers --- backend/conf/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/conf/config.yml b/backend/conf/config.yml index 72e6e4ec..b63cd247 100644 --- a/backend/conf/config.yml +++ b/backend/conf/config.yml @@ -36,7 +36,7 @@ server: spider: path: "/app/spiders" task: - workers: 4 + workers: 16 other: tmppath: "/tmp" version: 0.4.10