Il sito funziona meglio con JavaScript.
Home
Esplora
Aiuto
Accedi
bubblev
/
bubble
Segui
9
Vota
0
Forka
0
Codice
Problemi
0
Pull Requests
0
Rilasci
130
Wiki
Attività
Sfoglia il codice sorgente
more db connections for sage
tags/v0.14.2
Jonathan Cobb
4 anni fa
parent
59770381e4
commit
0ae65a97b0
2 ha cambiato i file
con
10 aggiunte
e
0 eliminazioni
Visualizzazione separata
Opzioni Diff
Mostra statistiche
Scarica il file Patch
Scarica il file 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
Vedi File
@@ -0,0 +1 @@
max_connections = 1000
+ 9
- 0
bubble-server/src/main/resources/packer/roles/bubble/tasks/postgresql.yml
Vedi File
@@ -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'
Scrivi
Anteprima
Caricamento…
Annulla
Salva