Revert "Use correct link to MaxInMemorySize"
This reverts commit 90467ba568
.
This commit is contained in:
parent
90467ba568
commit
c972d861ed
|
@ -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
|
values. On the server side, `ServerCodecConfigurer` provides a single place from where to
|
||||||
set all codecs, see <<webflux-config-message-codecs>>. On the client side, the limit for
|
set all codecs, see <<webflux-config-message-codecs>>. On the client side, the limit for
|
||||||
all codecs can be changed in
|
all codecs can be changed in
|
||||||
<<webflux-webclient.adoc#webflux-client-builder-maxinmemorysize, WebClient.Builder>>.
|
<<web-reactive.adoc#webflux-client-builder-maxinmemorysize, WebClient.Builder>>.
|
||||||
|
|
||||||
For <<webflux-codecs-multipart,Multipart parsing>> the `maxInMemorySize` property limits
|
For <<webflux-codecs-multipart,Multipart parsing>> the `maxInMemorySize` property limits
|
||||||
the size of non-file parts. For file parts, it determines the threshold at which the part
|
the size of non-file parts. For file parts, it determines the threshold at which the part
|
||||||
|
|
Loading…
Reference in New Issue