From 1eedd6ebf945e6ce305af8c0b7e49a6d02d18697 Mon Sep 17 00:00:00 2001 From: Omar Roth Date: Thu, 26 Jul 2018 10:56:18 -0500 Subject: [PATCH] Lower default number of jobs --- config/config.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config/config.yml b/config/config.yml index e631793f..a2cc5d9c 100644 --- a/config/config.yml +++ b/config/config.yml @@ -1,6 +1,6 @@ -crawl_threads: 5 -channel_threads: 5 -video_threads: 5 +crawl_threads: 1 +channel_threads: 1 +video_threads: 1 db: user: kemal password: kemal