Skip to content

Commit

Permalink
Review update
Browse files Browse the repository at this point in the history
  • Loading branch information
jedelbo committed Jun 18, 2024
1 parent 07fde03 commit c4602d9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion src/realm/table.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1123,7 +1123,6 @@ void Table::do_erase_root_column(ColKey col_key)
if (data_ref)
Array::destroy_deep(data_ref, m_alloc);
m_interner_data.set(col_ndx, 0);
// m_string_interners[col_ndx]->update_from_parent(true);
m_string_interners[col_ndx].reset();
}
bump_content_version();
Expand Down
2 changes: 1 addition & 1 deletion test/object-store/sync/client_reset.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1046,7 +1046,7 @@ TEST_CASE("sync: client reset", "[sync][pbs][client reset][baas]") {
realm->cancel_transaction();
return value == 6;
},
std::chrono::seconds(20), std::chrono::milliseconds(500));
std::chrono::seconds(20));
}
// We can't be sure that the 'after' callback has been called yet
timed_sleeping_wait_for(
Expand Down

0 comments on commit c4602d9

Please sign in to comment.