Skip to content

Commit

Permalink
disable force compression for all
Browse files Browse the repository at this point in the history
  • Loading branch information
nicola-cab committed Mar 22, 2024
1 parent f9583da commit d8b9834
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/realm/array_encode.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ bool ArrayEncode::always_encode(const Array& origin, Array& arr, bool packed) co
bool ArrayEncode::encode(const Array& origin, Array& arr) const
{
// return false;
return always_encode(origin, arr, true); // true packed, false flex
// return always_encode(origin, arr, true); // true packed, false flex

std::vector<int64_t> values;
std::vector<size_t> indices;
Expand Down

0 comments on commit d8b9834

Please sign in to comment.