Bug 1630293 - Increase max connections for Docker set up (#6346)

The recent addition of Celery workers consumption has increased the usage
of number of connections to the database.

In certain cases like loading a large number of pushes we can hit the maximum
limit of connections.

This change increases the default `max_connections` to 300 (about double).
This commit is contained in:
Armen Zambrano 2020-04-23 14:06:47 -04:00 коммит произвёл GitHub
Родитель 06a4a12283
Коммит 7fc7df5b2c
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -7,6 +7,7 @@
[mysqld]
character_set_server="utf8"
collation_server="utf8_bin"
max_connections=300
# Ensure operations involving astral characters fail loudly,
# rather than mysql silently replacing each each byte of the