Increase postgres read timeout and make it configurable

This commit is contained in:
Ajay
2022-08-15 17:32:07 -04:00
parent 7cb58b946a
commit c3d30b18e2
3 changed files with 4 additions and 3 deletions

View File

@@ -87,7 +87,8 @@ addDefaults(config, {
user: "",
host: "",
password: "",
port: 5432
port: 5432,
readTimeout: 250
},
dumpDatabase: {
enabled: false,