github.com/cs3org/reva/v2@v2.27.7/changelog/2.6.0_2022-06-21/owncloudsql-context-and-connections.md (about) 1 Enhancement: improve owncloudsql connection management 2 3 The owncloudsql storagedriver is now aware of the request context and will close db connections when http connections are closed or time out. We also increased the max number of open connections from 10 to 100 to prevent a corner case where all connections were used but idle connections were not freed. 4 5 https://github.com/cs3org/reva/pull/2944