Skip to content

Commit

Permalink
new(kb.gblib): added postgres.
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrigorodriguez committed Jan 16, 2025
1 parent 76a4656 commit fc7c4c5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/basic.gblib/services/GBVMService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -283,6 +283,7 @@ export class GBVMService extends GBService {
sequelizeOptions.dialectOptions['ssl'] = false;
sequelizeOptions.dialectOptions['application_name'] = 'General Bots';
sequelizeOptions.dialectOptions['connectTimeout'] =10000;
sequelizeOptions.dialectOptions['query_timeout'] =10000;
sequelizeOptions.dialectOptions['statement_timeout'] = 10000;
sequelizeOptions.dialectOptions['idle_in_transaction_session_timeout'] = 10000;

Expand Down

0 comments on commit fc7c4c5

Please sign in to comment.