@abtnode/constant 1.16.45-beta-20250620-082630-c0c76051 → 1.16.45-beta-20250624-134945-a23c15fc

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
@@ -562,7 +562,7 @@ module.exports = Object.freeze({
562
562
  DEFAULT_SERVICE_PATH: '/.abtnode/service',
563
563
  DEFAULT_HTTP_PORT: 80,
564
564
  DEFAULT_HTTPS_PORT: 443,
565
- MAX_UPLOAD_FILE_SIZE: 500, // unit: MB
565
+ MAX_UPLOAD_FILE_SIZE: 100, // unit: MB
566
566
  DEFAULT_DAEMON_PORT: 8089,
567
567
  MAX_NGINX_WORKER_CONNECTIONS: 10240,
568
568
 
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "1.16.45-beta-20250620-082630-c0c76051",
6
+ "version": "1.16.45-beta-20250624-134945-a23c15fc",
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": "70151f84be54392ce491a1f40976e533286d06b8"
23
+ "gitHead": "3b56a1dbe3fea9df0d6b644a1821afae9b376ee8"
24
24
  }