sosedoff / pgweb

Cross-platform client for PostgreSQL databases
https://sosedoff.github.io/pgweb
MIT License
8.63k stars 732 forks source link

Implement global query timeout option #609

Closed sosedoff closed 1 year ago

sosedoff commented 1 year ago

With --query-timeout=N every query that exceeds N seconds will be terminated. That includes any system queries to get objects, etc.