Skip to content

Commit 4549272

Browse files
Copilotmpetazzoni
andcommitted
docs: add shutdownAfterInactiveSeconds parameter to README
Co-authored-by: mpetazzoni <[email protected]>
1 parent ebfdc40 commit 4549272

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,11 @@ The `Connection.connect()` function can take the following additional options:
108108
impacts from shared resources. You might need to adjust cluster size if slowdowns
109109
occur, which could affect overall cost.
110110

111+
- `shutdownAfterInactiveSeconds`: a positive integer specifying the number of
112+
seconds of inactivity before the SQL session is automatically shut down
113+
(optional). This parameter allows for better resource management and cost
114+
control by automatically terminating idle sessions.
115+
111116
- `resultsFormat`: one of the `ResultsFormat` enum values;
112117
Arrow encoding is the default and most efficient format for
113118
receiving query results.

0 commit comments

Comments
 (0)