Changed ProcPool to be turned off by default, while testing.

This commit is contained in:
Griatch 2012-09-02 10:13:10 +02:00
parent f5a889e40c
commit 3ebeab5689

View file

@ -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.