Complete a Kotlin code snippet in the refdoc
Closes gh-32877
This commit is contained in:
parent
31f298b929
commit
73eb6f0660
|
@ -338,7 +338,7 @@ Kotlin::
|
|||
class WebConfig : WebFluxConfigurer {
|
||||
|
||||
override fun configureHttpMessageCodecs(configurer: ServerCodecConfigurer) {
|
||||
// ...
|
||||
configurer.defaultCodecs().maxInMemorySize(512 * 1024)
|
||||
}
|
||||
}
|
||||
----
|
||||
|
|
Loading…
Reference in New Issue