POWERPIPE_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 300.

Usage

Set query timeout to 2 minutes

export POWERPIPE_QUERY_TIMEOUT=120

Disable the query timeout:

export POWERPIPE_QUERY_TIMEOUT=0

Reset query timeout to the default

unset POWERPIPE_QUERY_TIMEOUT