We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ebfdc40 commit 4549272Copy full SHA for 4549272
README.md
@@ -108,6 +108,11 @@ The `Connection.connect()` function can take the following additional options:
108
impacts from shared resources. You might need to adjust cluster size if slowdowns
109
occur, which could affect overall cost.
110
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
+
116
- `resultsFormat`: one of the `ResultsFormat` enum values;
117
Arrow encoding is the default and most efficient format for
118
receiving query results.
0 commit comments