mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
took out unnecessary wordage, changed "number" to "amount"
This commit is contained in:
parent
ffde34d510
commit
bbcc2126c6
1 changed files with 1 additions and 2 deletions
|
@ -119,8 +119,7 @@ trivial case like this:
|
|||
rails runner 'Mailman.receive(STDIN.read)'
|
||||
|
||||
However, invoking Rails in the runner for each mail to be received is very resource intensive. A single
|
||||
instance of Rails should be run within a daemon, if it is going to be utilized to process more than just
|
||||
a limited number of email.
|
||||
instance of Rails should be run within a daemon, if it is going to process more than just a limited amount of email.
|
||||
|
||||
== Configuration
|
||||
|
||||
|
|
Loading…
Reference in a new issue