From bb9dfb207301edfc3029e82be32b18de8d9ecf48 Mon Sep 17 00:00:00 2001 From: asonix Date: Tue, 21 Apr 2020 12:11:14 -0500 Subject: [PATCH] Update readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c38dccb..57193b8 100644 --- a/README.md +++ b/README.md @@ -89,7 +89,7 @@ HTTPS=false DATABASE_URL= PRETTY_LOG=true PUBLISH_BLOCKS=false -CONNECTIONS_PER_CORE=2 # how many postgres connections should be made for each core on the host +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 @@ -103,7 +103,7 @@ HTTPS=true DATABASE_URL=postgres://pg_user:pg_pass@pg_host:pg_port/pg_database PRETTY_LOG=false PUBLISH_BLOCKS=true -CONNECTIONS_PER_CORE=4 +MAX_CONNECTIONS=16 ``` ### Contributing