How to set connection timeout for pgAdmin 4

I read the article referenced here:

How to set connection timeout value for pgAdmin?

many times, but I still don't know where to set the configuration parameter for connection_timeout. I am connecting from the local host to the local host, so there should not be any real problems with alives support.

I would like to know the path to:

  • Server setup, if it should be installed
  • Client configuration location (if this location is installed)
  • What exact values ​​should be added for this.

I see others getting confused too:

https://dba.stackexchange.com/questions/97534/is-there-a-timeout-option-for-remote-access-to-postgresql-database

+5
source share

Source: https://habr.com/ru/post/1265559/


All Articles