Skip to content

Commit

Permalink
chore: docs
Browse files Browse the repository at this point in the history
  • Loading branch information
wellwelwel committed Sep 20, 2024
1 parent 977a1d0 commit a587f2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ deno add npm:lru.min
import { createLRU } from 'lru.min';

const max = 2;
const maxAge = 300000; // 5m
const maxAge = 300000;
const onEviction = (key, value) => {
console.log(`Key "${key}" with value "${value}" has been evicted.`);
};
Expand Down

0 comments on commit a587f2a

Please sign in to comment.