4 lines
109 B
JavaScript
4 lines
109 B
JavaScript
|
import NodeCache from "node-cache"
|
||
|
export const myCache = new NodeCache({ stdTTL: 3600, checkperiod: 60 });
|
||
|
|