Skip to content

Commit

Permalink
Update .env.example
Browse files Browse the repository at this point in the history
  • Loading branch information
aazo11 committed Jun 8, 2024
1 parent f0ee349 commit 6392795
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/engine/.env.example
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6392795

Please sign in to comment.