From 3ebeab5689f30fae97336bcf14263ce9ba2c3686 Mon Sep 17 00:00:00 2001 From: Griatch Date: Sun, 2 Sep 2012 10:13:10 +0200 Subject: [PATCH] Changed ProcPool to be turned off by default, while testing. --- src/settings_default.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/settings_default.py b/src/settings_default.py index 8641e36386..5656ebe83f 100644 --- a/src/settings_default.py +++ b/src/settings_default.py @@ -347,7 +347,7 @@ RSS_UPDATE_INTERVAL = 60*10 # 10 minutes # multiple processes). But it may be slower for some # combinations of database and operating system. Also, creating # objects from another process will require re-syncing of caches. -PROCPOOL_ENABLED = True +PROCPOOL_ENABLED = False # relay process stdout to log (debug mode, very spammy) PROCPOOL_DEBUG = False # max/min size of the process pool. Will expand up to max limit on demand.