Skip to content
Snippets Groups Projects
Commit 662b3d9e authored by Maz Ameli's avatar Maz Ameli
Browse files

fix long line

parent d6ead7ef
Branches
Tags
No related merge requests found
......@@ -8,7 +8,7 @@
[setting :as setting :refer [defsetting]]
[user :as user :refer [User]]]
[metabase.util :as u]
[puppetlabs.i18n.core :as i18n :refer [tru]]
[puppetlabs.i18n.core :refer [tru]]
[toucan.db :as db])
(:import [com.unboundid.ldap.sdk LDAPConnectionPool LDAPException]))
......
......@@ -98,7 +98,8 @@
:default 60)
(defsetting query-caching-ttl-ratio
(tru "To determine how long each saved question's cached result should stick around, we take the query's average execution time and multiply that by whatever you input here. So if a query takes on average 2 minutes to run, and you input 10 for your multiplier, its cache entry will persist for 20 minutes.")
(str (tru "To determine how long each saved question's cached result should stick around, we take the query's average execution time and multiply that by whatever you input here.")
(tru "So if a query takes on average 2 minutes to run, and you input 10 for your multiplier, its cache entry will persist for 20 minutes."))
:type :integer
:default 10)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment