rephrase doc on explain threshold

This commit is contained in:
Vijay Dev
2011-12-02 23:41:50 +05:30
parent 31a3124f05
commit f402ef5766

View File

@@ -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: