From 955861466c5fc5af980fd08465de8fa3c3fd1279 Mon Sep 17 00:00:00 2001 From: Gwyneth Llewelyn Date: Mon, 24 Jul 2017 15:21:24 +0100 Subject: [PATCH] Used https://github.com/mattn/go-sqlite3/issues/39 to try to fix the problem with locked database --- config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.toml b/config.toml index ba5ed95..4dafb55 100644 --- a/config.toml +++ b/config.toml @@ -6,7 +6,7 @@ URLPathPrefix = "/go" # leave empty if you serve from the root URL above; no sla PathToStaticFiles = "~/go/src/gobot" # where the lib/ and template/ dirs are; change as needed, no slash at end # SQLite Database filename -SQLiteDBFilename = "/var/www/bot.betatechnologies.info/web/database/botmover.db" +SQLiteDBFilename = "/var/www/bot.betatechnologies.info/web/database/botmover.db?cache=shared&mode=rwc" PDO_Prefix = "sqlite3" [opensim]