From 957d7a31ddb7723ab04638b895054f7217c4e2b4 Mon Sep 17 00:00:00 2001 From: Jeff Atwood Date: Mon, 15 Jul 2013 23:12:01 -0700 Subject: [PATCH] clarify queue_jobs is developer only --- config/locales/server.en.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/locales/server.en.yml b/config/locales/server.en.yml index b2a6f001f66..c71b3577f8f 100644 --- a/config/locales/server.en.yml +++ b/config/locales/server.en.yml @@ -458,7 +458,7 @@ en: company_short_name: "The short name of the company that runs this site, used in legal documents like the /tos" company_domain: "The domain name owned by the company that runs this site, used in legal documents like the /tos" api_key: "The secure API key used to create and update topics, use the /admin/api section to set it up" - queue_jobs: "DEVELOPER ONLY! WARNING! Queue various jobs in sidekiq, if false queues are inline" + queue_jobs: "DEVELOPER ONLY! WARNING! By default, queue jobs in sidekiq. If disabled, your site will be broken." crawl_images: "Enable retrieving images from third party sources to insert width and height dimensions" ninja_edit_window: "Number of seconds after posting where edits do not create a new version" max_image_width: "Maximum allowed width of images in a post"