Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
slightly better warning
  • Loading branch information
kraih committed Mar 3, 2012
1 parent a24444e commit f8d38e5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions lib/Mojo/Message.pm
Expand Up @@ -581,10 +581,10 @@ to L<Mojo::JSON>.
$message = $message->max_message_size(1024);
Maximum message size in bytes, defaults to the value of the
C<MOJO_MAX_MESSAGE_SIZE> environment variable or C<5242880>. Increasing this
value can also drastically increase memory usage, should you for example
attempt to parse an excessively large message body with C<body_params>,
C<dom> or C<json>.
C<MOJO_MAX_MESSAGE_SIZE> environment variable or C<5242880>. Note that
increasing this value can also drastically increase memory usage, should you
for example attempt to parse an excessively large message body with the
C<body_params>, C<dom> or C<json> methods.
=head2 C<version>
Expand Down

0 comments on commit f8d38e5

Please sign in to comment.