From 6a1b012ca7aef0f4b15e37c0f9a6dfed7d20ce35 Mon Sep 17 00:00:00 2001 From: Cole Medin Date: Mon, 23 Jun 2025 17:41:59 -0500 Subject: [PATCH] Update .env.example # Pool size for internal metadata storage used by Supavisor # This is separate from client connections and used only by Supavisor itself POOLER_DB_POOL_SIZE=5 --- .env.example | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.env.example b/.env.example index 3ebb21e..2845c12 100644 --- a/.env.example +++ b/.env.example @@ -127,6 +127,9 @@ POOLER_DEFAULT_POOL_SIZE=20 POOLER_MAX_CLIENT_CONN=100 SECRET_KEY_BASE=UpNVntn3cDxHJpq99YMc1T1AQgQpc8kfYTuRgBiYa15BLrx8etQoXz3gZv1/u2oq VAULT_ENC_KEY=your-32-character-encryption-key +# Pool size for internal metadata storage used by Supavisor +# This is separate from client connections and used only by Supavisor itself +POOLER_DB_POOL_SIZE=5 ############