dendrite/federationsender
Tomas Jirka 41157359c6 Limit database connections (#564)
- Add new options to the config file database:
      max_open_conns: 100
      max_idle_conns: 2
      conn_max_lifetime: -1
- Implement connection parameter setup on the *DB (database/sql) in internal/sqlutil/trace.go:Open()
- Propagate the values in the form of DbProperties interface via all the
  Open() and NewDatabase() functions

Signed-off-by: Tomas Jirka <tomas.jirka@email.cz>
2020-04-26 21:11:41 +02:00
..
api use custom http client instead of the http DefaultClient (#823) 2020-04-03 11:40:50 +01:00
consumers More invite support (#979) 2020-04-24 16:30:25 +01:00
query Return server names (#833) 2019-12-20 13:24:57 +00:00
queue Invites v2 endpoint (#952) 2020-04-03 14:29:06 +01:00
storage Limit database connections (#564) 2020-04-26 21:11:41 +02:00
types use go module for dependencies (#594) 2019-05-21 21:56:55 +01:00
federationsender.go Limit database connections (#564) 2020-04-26 21:11:41 +02:00