prostgles-server 4.2.508 → 4.2.510

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.
@@ -56,7 +56,7 @@ async function getTableRulesWithoutFileTable({ tableName, clientReq }, clientInf
56
56
  ...selectRule.disableMethods,
57
57
  subscribe: 1,
58
58
  },
59
- subscribeThrottle: selectRule.subscribeThrottle ?? 1,
59
+ subscribeThrottle: selectRule.subscribeThrottle ?? 0,
60
60
  },
61
61
  insert: insertRule,
62
62
  update: updateRule,
@@ -267,7 +267,7 @@ export declare const TABLE_RULE_NO_LIMITS: {
267
267
  readonly select: {
268
268
  readonly fields: "*";
269
269
  readonly disableMethods: undefined;
270
- readonly subscribeThrottle: 1;
270
+ readonly subscribeThrottle: 0;
271
271
  };
272
272
  readonly insert: {
273
273
  readonly fields: "*";
@@ -34,7 +34,7 @@ exports.TABLE_RULE_NO_LIMITS = {
34
34
  select: {
35
35
  fields: "*",
36
36
  disableMethods: undefined,
37
- subscribeThrottle: 1,
37
+ subscribeThrottle: 0,
38
38
  },
39
39
  insert: {
40
40
  fields: "*",
@@ -79,7 +79,7 @@ export async function getTableRulesWithoutFileTable(
79
79
  ...selectRule.disableMethods,
80
80
  subscribe: 1,
81
81
  },
82
- subscribeThrottle: selectRule.subscribeThrottle ?? 1,
82
+ subscribeThrottle: selectRule.subscribeThrottle ?? 0,
83
83
  },
84
84
  insert: insertRule,
85
85
  update: updateRule,
@@ -387,7 +387,7 @@ export const TABLE_RULE_NO_LIMITS = {
387
387
  select: {
388
388
  fields: "*",
389
389
  disableMethods: undefined,
390
- subscribeThrottle: 1,
390
+ subscribeThrottle: 0,
391
391
  },
392
392
  insert: {
393
393
  fields: "*",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "prostgles-server",
3
- "version": "4.2.508",
3
+ "version": "4.2.510",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -57,7 +57,7 @@
57
57
  "pg": "^8.19.0",
58
58
  "pg-cursor": "^2.19.0",
59
59
  "pg-promise": "^12.6.2",
60
- "prostgles-types": "^4.0.232"
60
+ "prostgles-types": "^4.0.234"
61
61
  },
62
62
  "devDependencies": {
63
63
  "@eslint/js": "^9.22.0",