1
0
Fork 0
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:
Waynn Lue 2013-04-15 16:35:25 -07:00
parent ffde34d510
commit bbcc2126c6

View file

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