Skip to content

Commit

Permalink
clean
Browse files Browse the repository at this point in the history
  • Loading branch information
chronolaw committed Jan 9, 2024
1 parent dd4b421 commit 245195d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kong/tools/cjson.lua
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ local CJSON_MAX_PRECISION = require "kong.constants".CJSON_MAX_PRECISION


cjson.decode_array_with_array_mt(true)
cjson.encode_sparse_array(nil, nil, 2^(CJSON_MAX_PRECISION - 1))
cjson.encode_sparse_array(nil, nil, 2^15)
cjson.encode_number_precision(CJSON_MAX_PRECISION)


Expand Down

0 comments on commit 245195d

Please sign in to comment.