We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9494d21 commit b640edcCopy full SHA for b640edc
README.md
@@ -68,6 +68,8 @@ const config = {
68
type: process.argv.includes("--uws") ? "uws" : "express",
69
// ssl = undefined | { key, cert }
70
ssl: process.argv.includes("--ssl") ? ssl : undefined,
71
+ // max cache size
72
+ maxCacheSize: 128
73
};
74
```
75
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "chef-core",
3
- "version": "1.4.0",
+ "version": "1.4.1",
4
"description": "chef-js core functionalities",
5
"main": "index.js",
6
"types": "./dist/index.d.ts",
0 commit comments