From b4a6a61f51c55b7a22f123a68ad61f6c5918f68e Mon Sep 17 00:00:00 2001 From: asonix Date: Fri, 19 Mar 2021 10:52:04 -0500 Subject: [PATCH] Remove max conns from readme --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 2fcf7ea..e7b91c3 100644 --- a/README.md +++ b/README.md @@ -91,7 +91,6 @@ HTTPS=false DATABASE_URL= PRETTY_LOG=true PUBLISH_BLOCKS=false -MAX_CONNECTIONS=4 # how many postgres connections should be made ``` To run this server in production, you'll likely want to set most of them ```env @@ -105,7 +104,6 @@ HTTPS=true DATABASE_URL=postgres://pg_user:pg_pass@pg_host:pg_port/pg_database PRETTY_LOG=false PUBLISH_BLOCKS=true -MAX_CONNECTIONS=16 ``` ### Contributing