Complete a Kotlin code snippet in the refdoc

Closes gh-32877
This commit is contained in:
Attacktive
2024-05-23 10:50:41 +09:00
committed by Sébastien Deleuze
parent 31f298b929
commit 73eb6f0660

View File

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