|
|
@@ -90,9 +90,9 @@ QUERY_TIMEOUT_S = Config(
|
|
|
SESSION_TIMEOUT_S = Config(
|
|
|
key="session_timeout_s",
|
|
|
help=_t("If SESSION_TIMEOUT_S > 0, the session will be timed out (i.e. cancelled) if Impala does not do any work"
|
|
|
- " (compute or send back results) for that session within QUERY_TIMEOUT_S seconds. Default: 1 hour."),
|
|
|
+ " (compute or send back results) for that session within SESSION_TIMEOUT_S seconds. Default: 30 min."),
|
|
|
type=int,
|
|
|
- default=1 * 60 * 60
|
|
|
+ default=30 * 60
|
|
|
)
|
|
|
|
|
|
CONFIG_WHITELIST = Config(
|