summaryrefslogtreecommitdiff
path: root/doc/todo
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2017-09-18 19:42:20 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2017-09-18 19:42:20 -0400
commit4b15fe18fb868d138d1bdfdf3d71b7a11de7a282 (patch)
treee47cb52c229e920c0bcad2d9a9dd76f3a82aa36c /doc/todo
parent15ea6c9f3eb1bc741d79f898d1ec45af74dcbb23 (diff)
fix bug that prevented db being written to disk in SingleWriter mode
The bug occurred when closeDb was not called, and garbage collection of the DbHandle didn't give the workerThread time to shut down. Fixed by exiting the runSqlite action when a commit is made. (MultiWriter mode already forked off a runSqlite action, so avoided the problem.) This commit was sponsored by Brock Spratlen on Patreon.
Diffstat (limited to 'doc/todo')
-rw-r--r--doc/todo/export.mdwn3
1 files changed, 0 insertions, 3 deletions
diff --git a/doc/todo/export.mdwn b/doc/todo/export.mdwn
index 6c6789a29..4c707a779 100644
--- a/doc/todo/export.mdwn
+++ b/doc/todo/export.mdwn
@@ -17,9 +17,6 @@ there need to be a new interface in supported remotes?
Work is in progress. Todo list:
-* bug: export db update does not reash disk after Remote.Helper.Export calls
- updateExportTree.
-
* tracking exports
* Support configuring export in the assistant