Lots of Bugfixes (#2356)
This commit is contained in:
parent
86e931dd9a
commit
226d6831df
47 changed files with 359 additions and 225 deletions
|
|
@ -107,7 +107,7 @@ public static class ApplicationServiceExtensions
|
|||
|
||||
private static void AddSqLite(this IServiceCollection services)
|
||||
{
|
||||
services.AddDbContext<DataContext>(options =>
|
||||
services.AddDbContextPool<DataContext>(options =>
|
||||
{
|
||||
options.UseSqlite("Data source=config/kavita.db");
|
||||
options.EnableDetailedErrors();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue