You've already forked pigallery2
mirror of
https://github.com/bpatrik/pigallery2.git
synced 2025-06-15 00:05:28 +02:00
improving benchmark
This commit is contained in:
@ -183,7 +183,7 @@ export class SQLConnection {
|
||||
} else if (config.type === ServerConfig.DatabaseType.sqlite) {
|
||||
driver = {
|
||||
type: 'sqlite',
|
||||
database: path.join(ProjectPath.getAbsolutePath(config.dbFolder), 'sqlite.db')
|
||||
database: path.join(ProjectPath.getAbsolutePath(config.dbFolder), config.sqlite.DBFileName)
|
||||
};
|
||||
}
|
||||
return driver;
|
||||
|
Reference in New Issue
Block a user