Skip to content

Commit 834f700

Browse files
committed
typo: min_thread to min_threads in config.active_record.async_query_executor docs
1 parent 04b4719 commit 834f700

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

guides/source/configuring.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1584,7 +1584,7 @@ For queries to actually be performed asynchronously, it must be set to either `:
15841584
for applications with only a single database, or applications which only ever query one database shard at a time.
15851585

15861586
`:multi_thread_pool` will use one pool per database, and each pool size can be configured individually in `database.yml` through the
1587-
`max_threads` and `min_thread` properties. This can be useful to applications regularly querying multiple databases at a time, and that need to more precisely define the max concurrency.
1587+
`max_threads` and `min_threads` properties. This can be useful to applications regularly querying multiple databases at a time, and that need to more precisely define the max concurrency.
15881588

15891589
#### `config.active_record.global_executor_concurrency`
15901590

0 commit comments

Comments
 (0)