summaryrefslogtreecommitdiff
path: root/api.py
diff options
context:
space:
mode:
Diffstat (limited to 'api.py')
-rw-r--r--api.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/api.py b/api.py
index c49c5ba..16b3a3a 100644
--- a/api.py
+++ b/api.py
@@ -204,7 +204,7 @@ class Processor(joblib.worker.Worker):
async def startup():
- for _ in range(2):
+ for _ in range(1):
worker = Processor(
do_preload=os.environ.get("VAINSOCIAL_SPIDER")=="true",
do_analyze=os.environ.get("VAINSOCIAL_ANALYZE")=="true"