summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--install-files/openstack/usr/share/openstack/postgres/postgresql.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/install-files/openstack/usr/share/openstack/postgres/postgresql.conf b/install-files/openstack/usr/share/openstack/postgres/postgresql.conf
index 74153385..9c8094ea 100644
--- a/install-files/openstack/usr/share/openstack/postgres/postgresql.conf
+++ b/install-files/openstack/usr/share/openstack/postgres/postgresql.conf
@@ -1,5 +1,5 @@
listen_addresses = '{{ MANAGEMENT_INTERFACE_IP_ADDRESS }}'
-max_connections = 100
+max_connections = 300
shared_buffers = 128MB
log_timezone = 'UTC'
datestyle = 'iso, mdy'