From 0760eff95dfaf2a9cf97bb25f6cf7660bdf55173 Mon Sep 17 00:00:00 2001 From: THONY <85445598+toto-xoxo@users.noreply.github.com> Date: Thu, 23 Nov 2023 14:50:00 +0100 Subject: [PATCH] Update .env.template Co-authored-by: William Desportes --- .env.template | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.env.template b/.env.template index 1705cc80..68c436e8 100644 --- a/.env.template +++ b/.env.template @@ -30,10 +30,6 @@ ## Define the size of the connection pool used for connecting to the database. # DATABASE_MAX_CONNS=10 -## Database timeout -## Timeout when acquiring database connection -# DATABASE_TIMEOUT=30 - ## Database connection initialization ## Allows SQL statements to be run whenever a new database connection is created. ## This is mainly useful for connection-scoped pragmas.