Skip to content

Commit 73eb6f0

Browse files
Attacktivesdeleuze
authored andcommitted
Complete a Kotlin code snippet in the refdoc
Closes gh-32877
1 parent 31f298b commit 73eb6f0

File tree

1 file changed

+1
-1
lines changed
  • framework-docs/modules/ROOT/pages/web/webflux

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -338,7 +338,7 @@ Kotlin::
338338
class WebConfig : WebFluxConfigurer {
339339
340340
override fun configureHttpMessageCodecs(configurer: ServerCodecConfigurer) {
341-
// ...
341+
configurer.defaultCodecs().maxInMemorySize(512 * 1024)
342342
}
343343
}
344344
----

0 commit comments

Comments
 (0)