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
1 changed files with 1 additions and 1 deletions

View File

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