Get Involved
Edit on GitHub

STEAMPIPE_QUERY_TIMEOUT

The amount of time to wait for a query to complete before timing out, in seconds.

Set to 0 to disable the query timeout. The default is 0.

Usage

Set query timeout to 2 minutes

export STEAMPIPE_QUERY_TIMEOUT=120

Disable the query timeout:

export STEAMPIPE_QUERY_TIMEOUT=0

Reset query timeout to the default

unset STEAMPIPE_QUERY_TIMEOUT