From b9d3eedb9d7cd43729cf9918dfa7b68c245fbe30 Mon Sep 17 00:00:00 2001 From: Dan Walker Date: Mon, 14 Mar 2016 21:28:46 -0400 Subject: [PATCH] Fix typo-d flag in the installation docs. --- docs/install/server.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/install/server.md b/docs/install/server.md index 048987c88..67d75e45f 100644 --- a/docs/install/server.md +++ b/docs/install/server.md @@ -95,7 +95,7 @@ The complete list of options: secret but do not use the default in production! Load-balanced PostgREST servers should share the same secret. -
-p, --pool
+
-o, --pool
Max connections to use in db pool. Defaults to to 10, but you should find an optimal value for your db by running the SQL command show max_connections;