Skip to content

Commit

Permalink
Used mattn/go-sqlite3#39 to try to fix the problem with locked database
Browse files Browse the repository at this point in the history
  • Loading branch information
GwynethLlewelyn committed Jul 24, 2017
1 parent c0bb36d commit 9558614
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit 9558614

Please # to comment.