Skip to content

Commit

Permalink
took out unnecessary wordage, changed "number" to "amount"
Browse files Browse the repository at this point in the history
  • Loading branch information
waynn committed Apr 15, 2013
1 parent ffde34d commit bbcc212
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions actionmailer/README.rdoc
Expand Up @@ -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

Expand Down

0 comments on commit bbcc212

Please sign in to comment.