From dfe5a982869dbd8b1f34f61a9c1b527c1fcad3cc Mon Sep 17 00:00:00 2001
From: Joey Hess <joeyh@joeyh.name>
Date: Wed, 20 Oct 2021 13:48:37 -0400
Subject: [PATCH] update

---
 ...t_8_cb7ce88ae3d77b9ba0a4e33c2321a3e1._comment | 16 ++++++----------
 1 file changed, 6 insertions(+), 10 deletions(-)

diff --git a/doc/bugs/WSL_adjusted_braches__58___smudge_fails_with_sqlite_thread_crashed_-_locking_protocol/comment_8_cb7ce88ae3d77b9ba0a4e33c2321a3e1._comment b/doc/bugs/WSL_adjusted_braches__58___smudge_fails_with_sqlite_thread_crashed_-_locking_protocol/comment_8_cb7ce88ae3d77b9ba0a4e33c2321a3e1._comment
index f7a78a6a50..6368239641 100644
--- a/doc/bugs/WSL_adjusted_braches__58___smudge_fails_with_sqlite_thread_crashed_-_locking_protocol/comment_8_cb7ce88ae3d77b9ba0a4e33c2321a3e1._comment
+++ b/doc/bugs/WSL_adjusted_braches__58___smudge_fails_with_sqlite_thread_crashed_-_locking_protocol/comment_8_cb7ce88ae3d77b9ba0a4e33c2321a3e1._comment
@@ -1,24 +1,20 @@
 [[!comment format=mdwn
  username="joey"
- subject="""comment 7"""
+ subject="""comment 8"""
  date="2021-10-20T17:04:09Z"
  content="""
 @asakurareiko oh that's encouraging that I seem to be on the right track.
 
-Adjusted branches still have the same error?
+Although I was not aware that this test case in your comment #8 failed
+before?
 
-I noticed that
-git-annex opened a second connection to the database for writes, in
-addition to the connection it used for reads. That seems likely to be
-involved in whatever locking problem there is on WSL.
+I noticed that git-annex opened a second connection to the database for
+writes, in addition to the connection it used for reads. That seems likely
+to be involved in whatever locking problem there is on WSL.
 
 Commit [[!commit d0ef8303cf8c4f40a1d17bd134af961fd9917ca4]] eliminates that
 second connection. But there's some chance I'll have to revert it.
 
 If you test, please include `git-annex version` output
 so I can make sure you have a version with that change.
-
-I also wonder if this means that running 2 git-annex commands
-simulantaneously will sometimes result in the same sqlite problem, despite
-these fixes.
 """]]