Fix comment for environment.sidekiq.retry in diaspora.yml

fixes #7456

closes #7457
This commit is contained in:
Benjamin Neff 2017-05-19 21:30:24 +02:00 committed by Dennis Schubert
parent e177706769
commit 65e8fc4012
No known key found for this signature in database
GPG key ID: 5A0304BEA7966D7E

View file

@ -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).