waibu 1.1.15 → 1.1.16

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "waibu",
3
- "version": "1.1.15",
3
+ "version": "1.1.16",
4
4
  "description": "Web Framework for Bajo",
5
5
  "main": "index.js",
6
6
  "scripts": {
package/plugin/factory.js CHANGED
@@ -27,7 +27,8 @@ async function factory (pkgName) {
27
27
  },
28
28
  factory: {
29
29
  trustProxy: true,
30
- bodyLimit: 10485760
30
+ bodyLimit: 10485760,
31
+ pluginTimeout: 30000
31
32
  },
32
33
  prefixVirtual: '~',
33
34
  qsKey: {