Skip to content

Commit

Permalink
chore: add lru cache for rate limitting
Browse files Browse the repository at this point in the history
  • Loading branch information
ccrsxx committed Nov 15, 2023
1 parent 1660653 commit a4c5697
Show file tree
Hide file tree
Showing 2 changed files with 58 additions and 17 deletions.
74 changes: 57 additions & 17 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
"dependencies": {
"@prisma/client": "^5.5.2",
"clsx": "^2.0.0",
"lru-cache": "^10.0.2",
"next": "14.0.0",
"react": "^18",
"react-dom": "^18",
Expand Down

0 comments on commit a4c5697

Please sign in to comment.