mirror of
https://github.com/matrix-org/dendrite.git
synced 2026-01-01 03:03:10 -06:00
refresh dendrite main
This commit is contained in:
parent
3c0185d610
commit
7a403ce839
|
|
@ -312,6 +312,7 @@ user_api:
|
|||
max_open_conns: 10
|
||||
max_idle_conns: 2
|
||||
conn_max_lifetime: -1
|
||||
<<<<<<< HEAD
|
||||
|
||||
# Configuration for the Push Server API.
|
||||
push_server:
|
||||
|
|
@ -323,6 +324,8 @@ push_server:
|
|||
max_open_conns: 10
|
||||
max_idle_conns: 2
|
||||
conn_max_lifetime: -1
|
||||
=======
|
||||
>>>>>>> bc7a8b0600c5d121807b45a8be59dfd8731716c4
|
||||
|
||||
# Configuration for the Push Server API.
|
||||
push_server:
|
||||
|
|
|
|||
|
|
@ -200,11 +200,14 @@ user_api:
|
|||
max_open_conns: 100
|
||||
max_idle_conns: 2
|
||||
conn_max_lifetime: -1
|
||||
<<<<<<< HEAD
|
||||
pusher_database:
|
||||
connection_string: file:pushserver.db
|
||||
max_open_conns: 100
|
||||
max_idle_conns: 2
|
||||
conn_max_lifetime: -1
|
||||
=======
|
||||
>>>>>>> bc7a8b0600c5d121807b45a8be59dfd8731716c4
|
||||
pusher_database:
|
||||
connection_string: file:pushserver.db
|
||||
max_open_conns: 100
|
||||
|
|
|
|||
Loading…
Reference in a new issue