diff options
Diffstat (limited to 'conf/general.yml-example')
-rw-r--r-- | conf/general.yml-example | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/conf/general.yml-example b/conf/general.yml-example index 8e8d0f76a..243d077f0 100644 --- a/conf/general.yml-example +++ b/conf/general.yml-example @@ -261,3 +261,10 @@ LOGIN_REQUIRED: 0 # If you want to stop new users from registering, set this to 1. # NB: This also disables all Facebook/Twitter logins. SIGNUPS_DISABLED: 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 |