Skip to content
Snippets Groups Projects
Unverified Commit 156118ed authored by Cam Saül's avatar Cam Saül
Browse files

Stop using legacy H2 storage engine :imp:

parent 88121d1e
No related branches found
No related tags found
No related merge requests found
......@@ -35,7 +35,7 @@
;; File-based DB
(let [db-file-name (config/config-str :mb-db-file)
db-file (io/file db-file-name)
options ";AUTO_SERVER=TRUE;MV_STORE=FALSE;DB_CLOSE_DELAY=-1"]
options ";AUTO_SERVER=TRUE;DB_CLOSE_DELAY=-1"]
(apply str "file:" (if (.isAbsolute db-file)
;; when an absolute path is given for the db file then don't mess with it
[db-file-name options]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment