Skip to content

Commit

Permalink
Remove FLUENT_OJ_OPTION_MAX_NESTING
Browse files Browse the repository at this point in the history
This option doesn't take effect in actual since the global setting
`Oj.default_options` doesn't accept `max_nesting`. It should be
specified by each instances.

#3311 (comment)

Signed-off-by: Takuro Ashie <ashie@clear-code.com>
  • Loading branch information
ashie committed Oct 27, 2022
1 parent efe8a68 commit b96119d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/fluent/oj_options.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ module Fluent
class OjOptions
OPTIONS = {
'bigdecimal_load': :symbol,
'max_nesting': :integer,
'mode': :symbol,
'use_to_json': :bool
}
Expand Down

0 comments on commit b96119d

Please sign in to comment.