From 65e8fc401269bd1a3fd63ea393fbe29e29a7e79c Mon Sep 17 00:00:00 2001 From: Benjamin Neff Date: Fri, 19 May 2017 21:30:24 +0200 Subject: [PATCH] Fix comment for environment.sidekiq.retry in diaspora.yml fixes #7456 closes #7457 --- config/diaspora.yml.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/diaspora.yml.example b/config/diaspora.yml.example index 7d8b99ee6..a5c2cdc51 100644 --- a/config/diaspora.yml.example +++ b/config/diaspora.yml.example @@ -82,7 +82,7 @@ configuration: ## Section ## Number of times a job is retried (default=10). ## There's an exponential effect to this: if you set this too high you ## 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 ## Lines of backtrace that are stored on failure (default=15).