Added settings for max open/idle connections and max connection lifetime #74

Merged
konrad merged 2 commits from fix/db-connections into master 2019-05-25 05:49:53 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 3b613ea28a - Show all commits

View File

@ -213,7 +213,7 @@ Sorry for some of them being in German, I'll tranlate them at some point.
* [x] Re-check all `{List|Namespace}{User|Team}` if really all parameters need to be exposed via json or are overwritten via param anyway.
* [x] Things like list/task order should use queries and not url params
* [x] Fix lint errors
* [ ] Add settings for max open/idle connections and max connection lifetime
* [x] Add settings for max open/idle connections and max connection lifetime
* [ ] Reminders should use an extra table so we can make reverse lookups aka "give me all tasks with reminders in this period" which we'll need for things like email reminders notifications
* [ ] Teams and users should also have uuids (for users these can be the username)
* [ ] When giving a team or user access to a list/namespace, they should be reffered to by uuid, not numeric id