0
0
Fork 0
mirror of https://github.com/matrix-org/dendrite synced 2024-07-08 22:18:36 +02:00
dendrite/roomserver/storage
Neil Alexander 4ad5f9c982
Global database connection pool (for monolith mode) (#2411)
* Allow monolith components to share a single database pool

* Don't yell about missing connection strings

* Rename field

* Setup tweaks

* Fix panic

* Improve configuration checks

* Update config

* Fix lint errors

* Update comments
2022-05-03 16:35:06 +01:00
..
postgres Global database connection pool (for monolith mode) (#2411) 2022-05-03 16:35:06 +01:00
shared Assign room NIDs, event type NIDs and state key NIDs outside of database transactions (#2265) 2022-03-17 18:24:27 +00:00
sqlite3 Global database connection pool (for monolith mode) (#2411) 2022-05-03 16:35:06 +01:00
tables Various bug fixes and tweaks around invites and membership 2022-03-17 17:05:21 +00:00
interface.go Fix GET /directory/list/room/{roomID} (#2262) 2022-03-09 10:42:24 +00:00
storage.go Global database connection pool (for monolith mode) (#2411) 2022-05-03 16:35:06 +01:00
storage_wasm.go Global database connection pool (for monolith mode) (#2411) 2022-05-03 16:35:06 +01:00