From 6392795d5bc7bc718c58132fe491520565ec3619 Mon Sep 17 00:00:00 2001 From: "Amir A. Zohrenejad" <46583220+aazo11@users.noreply.github.com> Date: Sat, 8 Jun 2024 14:25:05 -0700 Subject: [PATCH] Update .env.example --- services/engine/.env.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/engine/.env.example b/services/engine/.env.example index b89080a1..4d1d2027 100644 --- a/services/engine/.env.example +++ b/services/engine/.env.example @@ -8,7 +8,7 @@ AGENT_MAX_ITERATIONS = 15 #timeout in seconds for the engine to return a response. Defaults to 150 seconds DH_ENGINE_TIMEOUT = 150 #tmeout for SQL execution, our agents exceute the SQL query to recover from errors, this is the timeout for that execution. Defaults to 30 seconds -SQL_EXECUTION_TIMEOUT = +SQL_EXECUTION_TIMEOUT = 30 #The upper limit on number of rows returned from the query engine (equivalent to using LIMIT N in PostgreSQL/MySQL/SQlite). Defauls to 50 UPPER_LIMIT_QUERY_RETURN_ROWS = 50 #Encryption key for storing DB connection data in Mongo