forked from mozilla/application-services
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
places: Remove the transaction from
fetch_tree_with_depth
.
Originally, we used multiple SELECTs to populate the tree, and needed the read-only transaction to avoid interleaved writes. The multiple SELECTs were removed in mozilla#1289, so the transaction (1) isn't needed anymore, and (2) causes issues when calling `fetch_tree_with_depth` concurrently. Closes mozilla#5773.
- Loading branch information
1 parent
259e736
commit 47297f5
Showing
2 changed files
with
6 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters