@rpcbase/server 0.202.0 → 0.203.0
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.
- package/express/index.js +1 -1
- package/package.json +1 -1
package/express/index.js
CHANGED
|
@@ -19,7 +19,7 @@ const {APP_DOMAIN, CLIENT_PORT} = process.env
|
|
|
19
19
|
|
|
20
20
|
// TODO: document this
|
|
21
21
|
// we could have a larger size, but it's good practice to keep it small to prevent body upload ddos attacks
|
|
22
|
-
const BODY_MAX_SIZE_MB =
|
|
22
|
+
const BODY_MAX_SIZE_MB = 80
|
|
23
23
|
|
|
24
24
|
|
|
25
25
|
log("server is production:", JSON.stringify(is_production))
|