Skip to content

Commit f62275d

Browse files
committed
Merge branch '6.1.x'
2 parents 51f6e78 + 73eb6f0 commit f62275d

File tree

1 file changed

+1
-1
lines changed
  • framework-docs/modules/ROOT/pages/web/webflux

1 file changed

+1
-1
lines changed

framework-docs/modules/ROOT/pages/web/webflux/config.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -331,7 +331,7 @@ Kotlin::
331331
class WebConfig : WebFluxConfigurer {
332332
333333
override fun configureHttpMessageCodecs(configurer: ServerCodecConfigurer) {
334-
// ...
334+
configurer.defaultCodecs().maxInMemorySize(512 * 1024)
335335
}
336336
}
337337
----

0 commit comments

Comments
 (0)