mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Tweak Configuring Guide language
the fact that Rails is multi-thread by default is not very relevant. see https://github.com/rails/rails/pull/13998 [ci skip]
This commit is contained in:
parent
4b95405818
commit
b91d76131b
1 changed files with 1 additions and 1 deletions
|
@ -939,4 +939,4 @@ ActiveRecord::ConnectionTimeoutError - could not obtain a database connection wi
|
||||||
If you get the above error, you might want to increase the size of connection
|
If you get the above error, you might want to increase the size of connection
|
||||||
pool by incrementing the `pool` option in `database.yml`
|
pool by incrementing the `pool` option in `database.yml`
|
||||||
|
|
||||||
NOTE. As Rails is multi-threaded by default, there could be a chance that several threads may be accessing multiple connections simultaneously. So depending on your current request load, you could very well have multiple threads contending for a limited amount of connections.
|
NOTE. If you are running in a multi-threaded environment, there could be a chance that several threads may be accessing multiple connections simultaneously. So depending on your current request load, you could very well have multiple threads contending for a limited amount of connections.
|
||||||
|
|
Loading…
Reference in a new issue