pgweb icon indicating copy to clipboard operation
pgweb copied to clipboard

[Feature Request] configure query timeout via command line options

Open tylerlong opened this issue 6 years ago • 3 comments

Current the query timeout is hard-coded: https://github.com/sosedoff/pgweb/blob/master/static/js/app.js#L57

The feature request is for adding the following command line option:

--query-timeout=    Set database query timeout in seconds (300)

tylerlong avatar Nov 10 '17 13:11 tylerlong

There is adjacent issue #287. @sosedoff I think you can close my one - #287

varp avatar Nov 10 '17 13:11 varp

I've added disable query timeout checkbox in UI. Look at PR https://github.com/sosedoff/pgweb/pull/339

varp avatar Jan 13 '18 07:01 varp

Any updates on this one? Looks like PR #339 was closed but not merged.

jmgtan avatar Sep 05 '19 13:09 jmgtan

Available in 0.12.0 via --query-timeout flag

sosedoff avatar Dec 13 '22 18:12 sosedoff