aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVijay Dev <vijaydev.cse@gmail.com>2011-12-02 23:41:50 +0530
committerVijay Dev <vijaydev.cse@gmail.com>2011-12-02 23:41:50 +0530
commitf402ef5766c08a3f146eb43e467a2190f1ede3c8 (patch)
treed22367b6c82b707d0e171c0f5a6f4bdeee753ea1
parent31a3124f05c1c307d7c5a95a9d642f313f54e2db (diff)
downloadrails-f402ef5766c08a3f146eb43e467a2190f1ede3c8.tar.gz
rails-f402ef5766c08a3f146eb43e467a2190f1ede3c8.tar.bz2
rails-f402ef5766c08a3f146eb43e467a2190f1ede3c8.zip
rephrase doc on explain threshold
-rw-r--r--railties/guides/source/configuring.textile2
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/guides/source/configuring.textile b/railties/guides/source/configuring.textile
index 24bf9d863b..8e65dbccbb 100644
--- a/railties/guides/source/configuring.textile
+++ b/railties/guides/source/configuring.textile
@@ -268,7 +268,7 @@ h4. Configuring Active Record
* +config.active_record.identity_map+ controls whether the identity map is enabled, and is false by default.
-* +config.active_record.auto_explain_threshold_in_seconds+ configures the threshold for automatic EXPLAINs (+nil+ disables this feature). Queries taking more than those many seconds get their query plan logged. Default is 0.5 in development mode.
+* +config.active_record.auto_explain_threshold_in_seconds+ configures the threshold for automatic EXPLAINs (+nil+ disables this feature). Queries exceeding the threshold get their query plan logged. Default is 0.5 in development mode.
The MySQL adapter adds one additional configuration option: