Correct default value explanation in diaspora.yml.example [ci skip]
This commit is contained in:
parent
58a355ed01
commit
c5849b4724
1 changed files with 1 additions and 1 deletions
|
|
@ -97,7 +97,7 @@ configuration: ## Section
|
||||||
## cannot be retried manually.
|
## cannot be retried manually.
|
||||||
# dead_jobs_limit: 1000
|
# dead_jobs_limit: 1000
|
||||||
|
|
||||||
## Number of seconds a job remains in the dead queue (default=3628800 (one week)).
|
## Number of seconds a job remains in the dead queue (default=3628800 (six weeks)).
|
||||||
## Jobs get into the dead queue after they failed and exhausted all retries.
|
## Jobs get into the dead queue after they failed and exhausted all retries.
|
||||||
## Increasing this setting will increase the memory usage of Redis.
|
## Increasing this setting will increase the memory usage of Redis.
|
||||||
## Once gone from the dead queue, a failed job is permanently lost and
|
## Once gone from the dead queue, a failed job is permanently lost and
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue