Skip to content

Commit

Permalink
Fix #111 - clarify Javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
markt-asf committed Oct 13, 2021
1 parent aeabf0d commit 72d509f
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,8 @@ public long getMaxRequestSize() {
}

/**
* Gets the size threshold after which files will be written to disk.
* Gets the size threshold after which files will be written to disk. A value of zero means files must always be written
* to disk.
*
* @return the size threshold after which files will be written to disk
*/
Expand Down

0 comments on commit 72d509f

Please sign in to comment.