Skip to content

Commit b640edc

Browse files
author
Jacek Piętal
committed
feat: update readme
1 parent 9494d21 commit b640edc

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,8 @@ const config = {
6868
type: process.argv.includes("--uws") ? "uws" : "express",
6969
// ssl = undefined | { key, cert }
7070
ssl: process.argv.includes("--ssl") ? ssl : undefined,
71+
// max cache size
72+
maxCacheSize: 128
7173
};
7274
```
7375

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "chef-core",
3-
"version": "1.4.0",
3+
"version": "1.4.1",
44
"description": "chef-js core functionalities",
55
"main": "index.js",
66
"types": "./dist/index.d.ts",

0 commit comments

Comments
 (0)