Merge pull request #1 from JurunenseDesenvolvimento/fix-update-version-22

Fix: Update version 22
This commit is contained in:
Alessandro Gonçalves
2025-05-15 10:17:32 -03:00
committed by GitHub
2 changed files with 2654 additions and 2714 deletions

5358
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -3,7 +3,7 @@ import { ConfigService } from '@nestjs/config';
import * as oracledb from 'oracledb';
// Inicializar o cliente Oracle
oracledb.initOracleClient({ libDir: "C:\\oracle" });
oracledb.initOracleClient({ libDir: "C:\\instantclient_19_25" });
// Definir a estratégia de pool padrão para Oracle
oracledb.poolTimeout = 60; // timeout do pool em segundos