@abtnode/constant 1.16.52-beta-20251002-030549-0f91dab2 → 1.16.52-beta-20251003-083412-fdfc4e36

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.
Files changed (2) hide show
  1. package/index.js +1 -1
  2. package/package.json +2 -2
package/index.js CHANGED
@@ -353,7 +353,7 @@ const MONITOR_RECORD_INTERVAL_SEC = 20;
353
353
  const MONITOR_HISTORY_LENGTH = 86400 / MONITOR_RECORD_INTERVAL_SEC;
354
354
 
355
355
  const FEDERATED = {
356
- SYNC_LIMIT: 3,
356
+ SYNC_LIMIT: 30,
357
357
  };
358
358
 
359
359
  const ROUTING_RESPONSE_TYPES = [
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "1.16.52-beta-20251002-030549-0f91dab2",
6
+ "version": "1.16.52-beta-20251003-083412-fdfc4e36",
7
7
  "description": "ABT Node constants",
8
8
  "main": "index.js",
9
9
  "files": [
@@ -20,5 +20,5 @@
20
20
  "devDependencies": {
21
21
  "jest": "^29.7.0"
22
22
  },
23
- "gitHead": "57e57e5edc99bfbb7e4591d682f1057ec05655a8"
23
+ "gitHead": "973c4fe0d6c1bb59c9101cea4866105ab5ec89d2"
24
24
  }