Skip to content

Commit

Permalink
rephrase doc on explain threshold
Browse files Browse the repository at this point in the history
  • Loading branch information
vijaydev committed Dec 2, 2011
1 parent 31a3124 commit f402ef5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion railties/guides/source/configuring.textile
Expand Up @@ -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:

Expand Down

0 comments on commit f402ef5

Please sign in to comment.