Skip to content

Commit 4545364

Browse files
committed
fix default value for the "collect_serializer_data" option
1 parent 3ae4fec commit 4545364

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reference/configuration/framework.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -2354,7 +2354,7 @@ Combine it with the ``collect`` option to enable/disable the profiler on demand:
23542354
collect_serializer_data
23552355
.......................
23562356

2357-
**type**: ``boolean`` **default**: ``true``
2357+
**type**: ``boolean`` **default**: ``false``
23582358

23592359
When this option is ``true``, all normalizers and encoders are
23602360
decorated by traceable implementations that collect profiling information about them.

0 commit comments

Comments
 (0)