qqbot/bin/cache/index.js
2022-06-03 21:57:28 +08:00

4 lines
109 B
JavaScript

import NodeCache from "node-cache"
export const myCache = new NodeCache({ stdTTL: 3600, checkperiod: 60 });