Skip to content

Commit

Permalink
use lru-cache (has better performance)
Browse files Browse the repository at this point in the history
  • Loading branch information
touhidurrr committed Apr 16, 2024
1 parent 8107dec commit 452b826
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "uncivserver.xyz",
"version": "4.1.1",
"version": "4.1.2",
"description": "An Open Source, Free to Play, Unciv Multiplayer Server written in Javascript",
"author": "Md. Touhidur Rahman",
"license": "BSD-3-Clause",
Expand Down
2 changes: 1 addition & 1 deletion src/services/cache/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import cache from './nodeCache';
import cache from './lruCache';

await cache.ready();

Expand Down

0 comments on commit 452b826

Please sign in to comment.