1
1
mirror of https://github.com/Fabio286/antares.git synced 2025-06-05 21:59:22 +02:00

feat: customize keep-alive-interval for ssh-tunnel

This commit is contained in:
Christian Ratz
2023-07-24 14:48:05 +02:00
parent 83b3ca563a
commit b4731d67a5
8 changed files with 136 additions and 105 deletions

View File

@ -167,7 +167,6 @@ export class PostgreSQLClient extends AntaresCore {
try {
this._ssh = new SSH2Promise({
...this._params.ssh,
keepaliveInterval: 30*60*1000,
debug: process.env.NODE_ENV !== 'production' ? (s) => console.log(s) : null
});