'How to set connection timeout for pgAdmin 4

I have read the article listed here:

How to set connection timeout value for pgAdmin?

many times, but I still have no idea where one sets the config parameter for connection_timeout. I am connecting from a local host to a local host, so there should be no real problems with keep alives.

I would like to know the path to:

  1. The server setting if that is where it needs to be set
  2. the location for a client config (if that is where it is set)
  3. What the exact values that have to be put in for that.

I see others are also confused:

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



Solution 1:[1]

I don't know if this is useful. It is from the documentation:

"The [runtime] configuration settings are stored using the QSettings class in Qt, which will use
- an INI file on Unix systems (~/.config/pgadmin/pgadmin4.conf)
- a plist file on Mac OS X (~/Library/Preferences/org.pgadmin.pgadmin4.plist)
- and the registry on Windows (HKEY_CURRENT_USER\Software\pgadmin\pgadmin4)."

table

The documentation also mentions 3 other configuration files in the section immediately preceding this one.

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 John