mirror of
https://github.com/zoriya/Kyoo.git
synced 2026-01-04 19:20:43 -05:00
Disabling connection timeout
This commit is contained in:
parent
a88c2277c1
commit
aef5214bef
@ -14,7 +14,7 @@
|
||||
},
|
||||
"AllowedHosts": "*",
|
||||
"ConnectionStrings": {
|
||||
"Database": "Server=127.0.0.1; Port=5432; Database=kyooDB; User Id=kyoo; Password=kyooPassword; Pooling=true; MaxPoolSize=80; Timeout=30;"
|
||||
"Database": "Server=127.0.0.1; Port=5432; Database=kyooDB; User Id=kyoo; Password=kyooPassword; Pooling=true; MaxPoolSize=80; Timeout=0;"
|
||||
},
|
||||
|
||||
"scheduledTasks": {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user