From 90467ba5689dae73e92f6a616d362fc76c93fe72 Mon Sep 17 00:00:00 2001 From: Johnny Lim Date: Wed, 8 Jul 2020 22:05:24 +0900 Subject: [PATCH] Use correct link to MaxInMemorySize Closes gh-25368 --- src/docs/asciidoc/web/webflux.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/docs/asciidoc/web/webflux.adoc b/src/docs/asciidoc/web/webflux.adoc index 9889f572daf..3506828a558 100644 --- a/src/docs/asciidoc/web/webflux.adoc +++ b/src/docs/asciidoc/web/webflux.adoc @@ -835,7 +835,7 @@ exposes a `maxInMemorySize` property and if so the Javadoc will have details abo values. On the server side, `ServerCodecConfigurer` provides a single place from where to set all codecs, see <>. On the client side, the limit for all codecs can be changed in -<>. +<>. For <> the `maxInMemorySize` property limits the size of non-file parts. For file parts, it determines the threshold at which the part