Skip to content

Commit

Permalink
Merge pull request #3094 from matrix-org/andybalaam/fix-incorrect-url
Browse files Browse the repository at this point in the history
doc: Fix an incorrect URL about Indexed DB
  • Loading branch information
andybalaam authored Feb 5, 2024
2 parents 6e685e2 + 56e1553 commit 32aa784
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 32aa784

Please sign in to comment.