mirror of
https://github.com/anyproto/anytype-heart.git
synced 2025-06-08 05:47:07 +09:00
GO-5209 Fix perf tests (#2188)
This commit is contained in:
parent
bb1967a43a
commit
0a8f5c93bf
1 changed files with 1 additions and 1 deletions
|
@ -306,7 +306,7 @@ func getTableSizes(mw *core.Middleware) (tables map[string]uint64) {
|
|||
tables = make(map[string]uint64)
|
||||
cfg := mw.GetApp().MustComponent(config.CName).(*config.Config)
|
||||
|
||||
db, err := sql.Open("sqlite3", cfg.GetSqliteStorePath())
|
||||
db, err := sql.Open("sqlite3", cfg.GetNewSpaceStorePath())
|
||||
if err != nil {
|
||||
fmt.Println("Error opening database:", err)
|
||||
return
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue