Skip to content

Commit

Permalink
perf: ⚡️ Do not set timeout if "maxAge" is Infinity
Browse files Browse the repository at this point in the history
  • Loading branch information
haozi committed Feb 4, 2024
1 parent 9e35e8b commit 8f327a0
Show file tree
Hide file tree
Showing 3 changed files with 124 additions and 107 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "idmp",
"version": "1.11.2",
"version": "1.11.3",
"keywords": [
"deduplicate network requests",
"idempotent function",
Expand Down Expand Up @@ -46,8 +46,8 @@
},
"devDependencies": {
"@types/fs-extra": "^11.0.4",
"@types/node": "^20.11.14",
"@types/react": "^18.2.48",
"@types/node": "^20.11.16",
"@types/react": "^18.2.52",
"@types/react-dom": "^18.2.18",
"@vitejs/plugin-legacy": "^5.3.0",
"@vitejs/plugin-react-swc": "^3.6.0",
Expand Down
Loading

0 comments on commit 8f327a0

Please sign in to comment.