mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-01-31 11:39:07 +01:00
Apply code review suggestions from @nilsding
Co-authored-by: Georg Gadinger <nilsding@nilsding.org>
This commit is contained in:
parent
17dcbe576b
commit
577087e76c
1 changed files with 4 additions and 4 deletions
|
@ -138,7 +138,7 @@ Rails.application.config.active_record.query_log_tags_format = :sqlcommenter
|
||||||
# servers, first deploy without changing the serializer, then set the serializer
|
# servers, first deploy without changing the serializer, then set the serializer
|
||||||
# in a subsequent deploy.
|
# in a subsequent deploy.
|
||||||
#++
|
#++
|
||||||
# Rails.application.config.active_support.message_serializer = :json_allow_marshal
|
Rails.application.config.active_support.message_serializer = :message_pack_allow_marshal
|
||||||
|
|
||||||
###
|
###
|
||||||
# Enable a performance optimization that serializes message data and metadata
|
# Enable a performance optimization that serializes message data and metadata
|
||||||
|
@ -159,9 +159,9 @@ Rails.application.config.active_record.query_log_tags_format = :sqlcommenter
|
||||||
# `config.load_defaults 7.1` does not set this value for environments other than
|
# `config.load_defaults 7.1` does not set this value for environments other than
|
||||||
# development and test.
|
# development and test.
|
||||||
#++
|
#++
|
||||||
# if Rails.env.local?
|
if Rails.env.local?
|
||||||
# Rails.application.config.log_file_size = 100 * 1024 * 1024
|
Rails.application.config.log_file_size = 100 * 1024 * 1024
|
||||||
# end
|
end
|
||||||
|
|
||||||
###
|
###
|
||||||
# Enable raising on assignment to attr_readonly attributes. The previous
|
# Enable raising on assignment to attr_readonly attributes. The previous
|
||||||
|
|
Loading…
Reference in a new issue