Browse Source

Merge branch '6.1.x'

pull/32889/head
Sébastien Deleuze 2 years ago
parent
commit
f62275d674
  1. 2
      framework-docs/modules/ROOT/pages/web/webflux/config.adoc

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

@ -331,7 +331,7 @@ Kotlin:: @@ -331,7 +331,7 @@ Kotlin::
class WebConfig : WebFluxConfigurer {
override fun configureHttpMessageCodecs(configurer: ServerCodecConfigurer) {
// ...
configurer.defaultCodecs().maxInMemorySize(512 * 1024)
}
}
----

Loading…
Cancel
Save