Merge "From now on, we will change default values for database connection pooling in each role"

This commit is contained in:
Zuul 2021-12-02 17:20:53 +00:00 committed by Gerrit Code Review
commit 93414f6944
1 changed files with 2 additions and 0 deletions

View File

@ -0,0 +1,2 @@
upgrade:
- We have changed default values for variables related to database connection pooling. For some services(like nova) default pool sizes will be significantly lower, we have also decreased default connection_recycle_time to 10 minutes. It should not cause any issues, but we recommended to double check these values, especially for large environments.