From 8671dcef8815777bf3fb7d433f57a53dca162a14 Mon Sep 17 00:00:00 2001 From: Ralph Amissah Date: Mon, 6 Aug 2018 01:14:10 -0400 Subject: 0.27.1 sqlite shared db actions cannot be parallelised - regressive fix required --- org/output_hub.org | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'org/output_hub.org') diff --git a/org/output_hub.org b/org/output_hub.org index 08d47fe..9731029 100644 --- a/org/output_hub.org +++ b/org/output_hub.org @@ -119,9 +119,7 @@ if (sched == outTask.html_stuff) { #+name: output_shared_sqlite_db #+BEGIN_SRC d -if (doc_matters.opt.action.sqlite_insert - || doc_matters.opt.action.sqlite_update -) { +if (doc_matters.opt.action.sqlite_update) { msg.v("sqlite update processing..."); SQLiteHubBuildTablesAndPopulate!()(doc_abstraction, doc_matters); msg.vv("sqlite update done"); -- cgit v1.2.3