We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
session_timeout
default_session_timeout
Taken out of ClickHouse/clickhouse-js#370
It is unclear if it is seconds or milliseconds from the docs.
The source code suggests that it is in seconds: https://github.com/ClickHouse/ClickHouse/blob/fe35e6d3def4c73755e7bd20b65ebe2a2e0a52a4/src/Server/HTTPHandler.cpp#L126-L148 and https://github.com/ClickHouse/ClickHouse/blob/fe35e6d3def4c73755e7bd20b65ebe2a2e0a52a4/programs/server/config.xml#L997-L998
Perhaps sessions should also be documented in a separate section cause now it is under "default database" instead.
The text was updated successfully, but these errors were encountered:
Closed by ClickHouse/ClickHouse#74864
Sorry, something went wrong.
Blargian
No branches or pull requests
Taken out of ClickHouse/clickhouse-js#370
It is unclear if it is seconds or milliseconds from the docs.
The source code suggests that it is in seconds: https://github.com/ClickHouse/ClickHouse/blob/fe35e6d3def4c73755e7bd20b65ebe2a2e0a52a4/src/Server/HTTPHandler.cpp#L126-L148 and https://github.com/ClickHouse/ClickHouse/blob/fe35e6d3def4c73755e7bd20b65ebe2a2e0a52a4/programs/server/config.xml#L997-L998
Perhaps sessions should also be documented in a separate section cause now it is under "default database" instead.
The text was updated successfully, but these errors were encountered: