Getting random database errors when leaving the analysis module going. Some research is showing that this is due to how sqlite by default will journal using "delete" mode, which will rebuild the sqlite file after every update (which happens often).
Should be able to switch this to WAL mode to fix this problem.
Getting random database errors when leaving the analysis module going. Some research is showing that this is due to how sqlite by default will journal using "delete" mode, which will rebuild the sqlite file after every update (which happens often).
Should be able to switch this to WAL mode to fix this problem.