mirror of
https://github.com/Sonny93/my-links.git
synced 2025-12-09 07:03:25 +00:00
refactor: use tabs instead of spaces
This commit is contained in:
@@ -2,9 +2,9 @@ import { BentoCache, bentostore } from 'bentocache';
|
||||
import { memoryDriver } from 'bentocache/drivers/memory';
|
||||
|
||||
export const cache = new BentoCache({
|
||||
default: 'cache',
|
||||
default: 'cache',
|
||||
|
||||
stores: {
|
||||
cache: bentostore().useL1Layer(memoryDriver({ maxSize: 10_000 })),
|
||||
},
|
||||
stores: {
|
||||
cache: bentostore().useL1Layer(memoryDriver({ maxSize: 10_000 })),
|
||||
},
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user