Skip to content

Commit

Permalink
doc: Fix an incorrect URL about Indexed DB
Browse files Browse the repository at this point in the history
Signed-off-by: Andy Balaam <[email protected]>
  • Loading branch information
andybalaam committed Feb 5, 2024
1 parent 6e685e2 commit 56e1553
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/matrix-sdk-indexeddb/src/crypto_store/migrations.rs
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ async fn prepare_data_for_v7(serializer: &IndexeddbSerializer, db: &IdbDatabase)
}

// We have finished with the old store. Clear it, since it is faster to
// clear+delete than just delete. See https://www.artificialworlds.net/blog/2024/02/01/deleting-an-indexed-db-store-can-be-incredibly-slow-on-firefox/
// clear+delete than just delete. See https://www.artificialworlds.net/blog/2024/02/02/deleting-an-indexed-db-store-can-be-incredibly-slow-on-firefox/
// for more details.
old_store.clear()?.await?;

Expand Down

0 comments on commit 56e1553

Please sign in to comment.