'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:
- The server setting if that is where it needs to be set
- the location for a client config (if that is where it is set)
- What the exact values that have to be put in for that.
I see others are also confused:
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)."
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 |

