Skip to content

Commit

Permalink
Change code comment to match the HTTPConfiguration value "play.http.p…
Browse files Browse the repository at this point in the history
…arser.maxDiskBuffer"
  • Loading branch information
Will Sargent authored and jroper committed May 27, 2015
1 parent 10cbee7 commit 55b26e9
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -293,12 +293,12 @@ trait BodyParsers {
def DefaultMaxTextLength: Int = config.maxMemoryBuffer

/**
* Default max length allowed for text based body.
* Default max length allowed for disk based body.
*
* You can configure it in application.conf:
*
* {{{
* parsers.disk.maxLength = 512k
* play.http.parser.maxDiskBuffer = 512k
* }}}
*/
def DefaultMaxDiskLength: Long = config.maxDiskBuffer
Expand Down

0 comments on commit 55b26e9

Please sign in to comment.