@tmlmobilidade/interfaces 20251211.1230.30 → 20251211.1246.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -24,7 +24,7 @@ class PCGIDBLegacyClass {
24
24
  // Get the database URI from environment variables
25
25
  const mongoClientOptions = {
26
26
  connectTimeoutMS: 10_000,
27
- directConnection: true,
27
+ // directConnection: true,
28
28
  maxPoolSize: 20,
29
29
  minPoolSize: 2,
30
30
  readPreference: 'secondaryPreferred',
@@ -21,7 +21,7 @@ class PCGIDBTicketingClass {
21
21
  // Get the database URI from environment variables
22
22
  const mongoClientOptions = {
23
23
  connectTimeoutMS: 10_000,
24
- directConnection: true,
24
+ // directConnection: true,
25
25
  maxPoolSize: 20,
26
26
  minPoolSize: 2,
27
27
  readPreference: 'secondaryPreferred',
@@ -22,7 +22,7 @@ class PCGIDBValidationsClass {
22
22
  // Get the database URI from environment variables
23
23
  const mongoClientOptions = {
24
24
  connectTimeoutMS: 10_000,
25
- directConnection: true,
25
+ // directConnection: true,
26
26
  maxPoolSize: 20,
27
27
  minPoolSize: 2,
28
28
  readPreference: 'secondaryPreferred',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tmlmobilidade/interfaces",
3
- "version": "20251211.1230.30",
3
+ "version": "20251211.1246.9",
4
4
  "author": {
5
5
  "email": "iso@tmlmobilidade.pt",
6
6
  "name": "TML-ISO"