From c94c6c1c417bff75b33c5781d08d500ed5d36f08 Mon Sep 17 00:00:00 2001 From: Ske Date: Mon, 12 Aug 2019 02:34:59 +0200 Subject: [PATCH] Increase maximum connection pool size to 1000 --- docker-compose.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 16c03235..6c900718 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -4,7 +4,7 @@ services: build: . command: ["--project", "PluralKit.Bot"] environment: - - "PluralKit:Database=Host=db;Username=postgres;Password=postgres;Database=postgres" + - "PluralKit:Database=Host=db;Username=postgres;Password=postgres;Database=postgres;Maximum Pool Size=1000" - "PluralKit:InfluxUrl=http://influx:8086" - "PluralKit:InfluxDb=pluralkit" - "PluralKit:LogDir=/var/log/pluralkit" @@ -19,7 +19,7 @@ services: build: . command: ["--project", "PluralKit.Web"] environment: - - "PluralKit:Database=Host=db;Username=postgres;Password=postgres;Database=postgres" + - "PluralKit:Database=Host=db;Username=postgres;Password=postgres;Database=postgres;Maximum Pool Size=1000" links: - db ports: @@ -29,7 +29,7 @@ services: build: . command: ["--project", "PluralKit.API"] environment: - - "PluralKit:Database=Host=db;Username=postgres;Password=postgres;Database=postgres" + - "PluralKit:Database=Host=db;Username=postgres;Password=postgres;Database=postgres;Maximum Pool Size=1000" links: - db ports: