Skip to content

Commit

Permalink
sanity check
Browse files Browse the repository at this point in the history
  • Loading branch information
badgersrus committed Nov 8, 2024
1 parent ccc4630 commit 43ad783
Show file tree
Hide file tree
Showing 34 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go/host/storage/db_init.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ func CreateDBFromConfig(cfg *hostconfig.HostConfig, logger gethlog.Logger) (host
}
if cfg.UseInMemoryDB {
logger.Info("UseInMemoryDB flag is true, data will not be persisted. Creating in-memory database...")
sqliteDB, err := sqlite.CreateTemporarySQLiteHostDB(dbName, sqliteHostCfg)
sqliteDB, err := sqlite.CreateTemporarySQLiteHostDB(dbName, "mode=memory&cache=shared&_foreign_keys=on")
if err != nil {
return nil, fmt.Errorf("could not create in memory sqlite DB: %w", err)
}
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 comments on commit 43ad783

Please sign in to comment.