Skip to content

Commit

Permalink
update moize to reduce cache calcs
Browse files Browse the repository at this point in the history
  • Loading branch information
Bossett committed Sep 5, 2024
1 parent 10bc92f commit 55a0f5b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/addn/getUserDetails.ts
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,6 @@ export const _getUserDetails = async (
const getUserDetails = moize(_getUserDetails, {
isPromise: true,
maxAge: 1000 * 60 * 60 * 3, // three hours
updateExpire: true,
isShallowEqual: true,
maxArgs: 1,
})
Expand Down

0 comments on commit 55a0f5b

Please sign in to comment.