1
0
Fork 0
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:
Mikhail 2025-03-04 12:06:41 +01:00 committed by GitHub
parent bb1967a43a
commit 0a8f5c93bf
Signed by: github
GPG key ID: B5690EEEBB952194

View file

@ -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