Serialize message data and metadata together

This is the new default option, and its only dangerous when deploying to
applications with multiple servers. Since this isn't our case, we can
enable it.
This commit is contained in:
Javi Martín
2024-04-15 15:02:25 +02:00
parent e08ba7efbe
commit 5db773e44f

View File

@@ -141,7 +141,7 @@ Rails.application.config.active_support.message_serializer = :json_allow_marshal
# leave this optimization off on the first deploy, then enable it on a # leave this optimization off on the first deploy, then enable it on a
# subsequent deploy. # subsequent deploy.
#++ #++
# Rails.application.config.active_support.use_message_serializer_for_metadata = true Rails.application.config.active_support.use_message_serializer_for_metadata = true
### ###
# Set the maximum size for Rails log files. # Set the maximum size for Rails log files.