aboutsummaryrefslogtreecommitdiffstats
path: root/conf/general.yml-example
diff options
context:
space:
mode:
Diffstat (limited to 'conf/general.yml-example')
-rw-r--r--conf/general.yml-example8
1 files changed, 6 insertions, 2 deletions
diff --git a/conf/general.yml-example b/conf/general.yml-example
index d7078a217..243d077f0 100644
--- a/conf/general.yml-example
+++ b/conf/general.yml-example
@@ -262,5 +262,9 @@ LOGIN_REQUIRED: 0
# NB: This also disables all Facebook/Twitter logins.
SIGNUPS_DISABLED: 0
-# Setting this variable to more than 1 will let fetch-comments run in parallel
-FETCH_COMMENTS_PROCESSES: 0
+# Setting these variable to more than 1 will let fetch-comments run in parallel
+# with MIN to MAX children (new children will be added if a child takes longer
+# than TIMEOUT on one body).
+FETCH_COMMENTS_PROCESSES_MIN: 0
+FETCH_COMMENTS_PROCESSES_MAX: 0
+FETCH_COMMENTS_PROCESS_TIMEOUT: 0