Skip to content
Snippets Groups Projects
Commit 26771d2d authored by Roman Tsisyk's avatar Roman Tsisyk
Browse files

Enable encode_sparse_convert by default

Stop producing "excessively sparse array"
parent d483c678
No related branches found
No related tags found
No related merge requests found
......@@ -139,7 +139,7 @@ static struct {
int type;
int defvalue;
} OPTIONS[] = {
OPTION(LUA_TBOOLEAN, encode_sparse_convert, 0),
OPTION(LUA_TBOOLEAN, encode_sparse_convert, 1),
OPTION(LUA_TNUMBER, encode_sparse_ratio, 2),
OPTION(LUA_TNUMBER, encode_sparse_safe, 10),
OPTION(LUA_TNUMBER, encode_max_depth, 32),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment