Пожалуйста, включите JavaScript.
Главная
Обзор
Помощь
Вход
bubblev
/
bubble
Следить
9
В избранное
0
Форкнуть
0
Код
Задачи
0
Pull Request'ы
0
Релизы
130
Вики
Активность
Просмотр исходного кода
more db connections for sage
tags/v0.14.2
Jonathan Cobb
4 лет назад
Родитель
59770381e4
Сommit
0ae65a97b0
2 измененных файлов
:
10 добавлений
и
0 удалений
Разделённый вид
Опции Diff
Показать статистику
Скачать Patch файл
Скачать Diff файл
+1
-0
bubble-server/src/main/resources/packer/roles/bubble/files/pg_sage.conf
+9
-0
bubble-server/src/main/resources/packer/roles/bubble/tasks/postgresql.yml
+ 1
- 0
bubble-server/src/main/resources/packer/roles/bubble/files/pg_sage.conf
Просмотреть файл
@@ -0,0 +1 @@
max_connections = 1000
+ 9
- 0
bubble-server/src/main/resources/packer/roles/bubble/tasks/postgresql.yml
Просмотреть файл
@@ -14,3 +14,12 @@
owner: postgres
group: postgres
mode: 0400
- name: Install PostgreSQL pg_sage.conf
copy:
src: pg_sage.conf
dest: /etc/postgresql/12/main/conf.d/
owner: postgres
group: postgres
mode: 0400
when: install_type == 'sage'
Редактирование
Предпросмотр
Загрузка…
Отмена
Сохранить