Browse Source

Complete a Kotlin code snippet in the refdoc

Closes gh-32877
pull/33047/head
Attacktive 2 years ago committed by Sébastien Deleuze
parent
commit
73eb6f0660
  1. 2
      framework-docs/modules/ROOT/pages/web/webflux/config.adoc

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

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

Loading…
Cancel
Save