From df08376c29e77466aedec4ae9881abe8a0c3177e Mon Sep 17 00:00:00 2001 From: Mikhail Chechnev Date: Sat, 3 Oct 2020 23:09:57 +0300 Subject: [PATCH] =?UTF-8?q?=D0=A3=D0=B2=D0=B5=D0=BB=D0=B8=D1=87=D0=B5?= =?UTF-8?q?=D0=BD=20=D0=B4=D0=BE=2010=20=D0=BC=D0=B8=D0=BD=D1=83=D1=82=20?= =?UTF-8?q?=D1=82=D0=B0=D0=B9=D0=BC=D0=B0=D1=83=D1=82=20=D0=BE=D0=B6=D0=B8?= =?UTF-8?q?=D0=B4=D0=B0=D0=BD=D0=B8=D1=8F=20=D0=BE=D1=81=D0=B2=D0=BE=D0=B1?= =?UTF-8?q?=D0=BE=D0=B6=D0=B4=D0=B5=D0=BD=D0=B8=D1=8F=20=D1=81=D0=B5=D0=B0?= =?UTF-8?q?=D0=BD=D1=81=D0=B0=20=D0=B2=20=D0=BF=D1=83=D0=BB=D0=B5=20(?= =?UTF-8?q?=D0=B1=D1=8B=D0=BB=201=20=D0=BC=D0=B8=D0=BD=D1=83=D1=82=D1=83).?= =?UTF-8?q?=20=D0=9D=D0=B5=D0=BE=D0=B1=D1=85=D0=BE=D0=B4=D0=B8=D0=BC=D0=BE?= =?UTF-8?q?=20=D0=BF=D1=80=D0=B8=20=D0=B8=D1=81=D0=BF=D0=BE=D0=BB=D0=BD?= =?UTF-8?q?=D0=B5=D0=BD=D0=B8=D0=B8=20=D0=BD=D0=B5=D1=81=D0=BA=D0=BE=D0=BB?= =?UTF-8?q?=D1=8C=D0=BA=D0=B8=D1=85=20=D0=BF=D0=B0=D1=80=D0=B0=D0=BB=D0=BB?= =?UTF-8?q?=D0=B5=D0=BB=D1=8C=D0=BD=D1=8B=D1=85=20=D0=B4=D0=BB=D0=B8=D1=82?= =?UTF-8?q?=D0=B5=D0=BB=D1=8C=D0=BD=D1=8B=D1=85=20=D0=B7=D0=B0=D0=BF=D1=80?= =?UTF-8?q?=D0=BE=D1=81=D0=BE=D0=B2=20=D0=BA=20=D0=91=D0=94?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- modules/parus_oracle_db.js | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/parus_oracle_db.js b/modules/parus_oracle_db.js index feb2a6a..34bf38f 100644 --- a/modules/parus_oracle_db.js +++ b/modules/parus_oracle_db.js @@ -43,6 +43,7 @@ const connect = async prms => { user: prms.sUser, password: prms.sPassword, connectString: prms.sConnectString, + queueTimeout: 600000, sessionCallback: (connection, requestedTag, callback) => { if (prms.sSessionAppName) connection.module = prms.sSessionAppName; connection.execute(`ALTER SESSION SET CURRENT_SCHEMA=${prms.sSchema}`).then(