mirror of
https://github.com/1f349/dendrite.git
synced 2024-11-09 22:42:58 +00:00
Make sure the component max open conns doesn't exceed 100
This commit is contained in:
parent
5912429d53
commit
e865a1507a
@ -43,7 +43,7 @@ type AppServiceAPI struct {
|
||||
func (c *AppServiceAPI) Defaults() {
|
||||
c.InternalAPI.Listen = "http://localhost:7777"
|
||||
c.InternalAPI.Connect = "http://localhost:7777"
|
||||
c.Database.Defaults(10)
|
||||
c.Database.Defaults(5)
|
||||
c.Database.ConnectionString = "file:appservice.db"
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user