Fix comment for environment.sidekiq.retry in diaspora.yml
fixes #7456 closes #7457
This commit is contained in:
parent
e177706769
commit
65e8fc4012
1 changed files with 1 additions and 1 deletions
|
|
@ -82,7 +82,7 @@ configuration: ## Section
|
||||||
## Number of times a job is retried (default=10).
|
## Number of times a job is retried (default=10).
|
||||||
## There's an exponential effect to this: if you set this too high you
|
## There's an exponential effect to this: if you set this too high you
|
||||||
## might get too many jobs building up in the queue.
|
## might get too many jobs building up in the queue.
|
||||||
## Set it to false to disable it completely.
|
## Set it to 0 to disable it completely.
|
||||||
#retry: 10
|
#retry: 10
|
||||||
|
|
||||||
## Lines of backtrace that are stored on failure (default=15).
|
## Lines of backtrace that are stored on failure (default=15).
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue