qqbot/bin/cache/index.js

4 lines
109 B
JavaScript
Raw Permalink Normal View History

2022-06-03 21:57:28 +08:00
import NodeCache from "node-cache"
export const myCache = new NodeCache({ stdTTL: 3600, checkperiod: 60 });