Tried SharpCompress but had 20x speed decrement. Not using.
This commit is contained in:
parent
e7f2baaa94
commit
6cc11d5c4c
5 changed files with 85 additions and 18 deletions
|
|
@ -1,13 +1,13 @@
|
|||
{
|
||||
"ConnectionStrings": {
|
||||
"DefaultConnection": "Data source=kavita.db",
|
||||
"DefaultConnection": "Data source=kavita.db"
|
||||
},
|
||||
"TokenKey": "super secret unguessable key",
|
||||
"Logging": {
|
||||
"LogLevel": {
|
||||
"Default": "Debug",
|
||||
"Microsoft": "Information",
|
||||
"Microsoft.Hosting.Lifetime": "Information",
|
||||
"Microsoft": "Error",
|
||||
"Microsoft.Hosting.Lifetime": "Error",
|
||||
"Hangfire": "Information"
|
||||
},
|
||||
"File": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue