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:
@@ -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
|
||||
# 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.
|
||||
|
||||
Reference in New Issue
Block a user