minio/docs/bucket
Praveen raj Mani b880796aef
Set the maximum open connections limit in PG and MySQL target configs (#10558)
As the bulk/recursive delete will require multiple connections to open at an instance,
The default open connections limit will be reached which results in the following error

```FATAL:  sorry, too many clients already```

By setting the open connections to a reasonable value - `2`, We ensure that the max open connections
will not be exhausted and lie under bounds.

The queries are simple inserts/updates/deletes which is operational and sufficient with the
the maximum open connection limit is 2.

Fixes #10553

Allow user configuration for MaxOpenConnections
2020-09-24 22:20:30 -07:00
..
lifecycle fix: the versioning/object lock documentation appropriately (#9988) 2020-07-08 08:44:43 -07:00
notifications Set the maximum open connections limit in PG and MySQL target configs (#10558) 2020-09-24 22:20:30 -07:00
quota fix docs image urls to be absolute path 2020-07-11 00:27:30 -07:00
replication Fix minimum replication workers started (#10560) 2020-09-24 12:25:41 -07:00
retention fix: the versioning/object lock documentation appropriately (#9988) 2020-07-08 08:44:43 -07:00
versioning fix: versioning docs add more examples 2020-07-11 00:57:46 -07:00