mirror of
https://github.com/github/rails.git
synced 2026-04-26 03:00:59 -04:00
rephrase doc on explain threshold
This commit is contained in:
@@ -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:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user