Merge pull request #10148 from ellemouton/graphPerf10

graph/db+sqldb: different defaults for SQLite and Postgres query options
This commit is contained in:
Elle
2025-08-14 07:56:28 +02:00
committed by GitHub
16 changed files with 349 additions and 115 deletions

View File

@@ -1128,9 +1128,8 @@ func (d *DefaultDatabaseBuilder) BuildDatabase(
continue
}
migFn, ok := getSQLMigration(
migFn, ok := d.getSQLMigration(
ctx, version, dbs.ChanStateDB.Backend,
*d.cfg.ActiveNetParams.GenesisHash,
)
if !ok {
continue