mirror of
https://github.com/outbackdingo/pangolin.git
synced 2026-01-28 02:20:01 +00:00
5 lines
131 B
TypeScript
5 lines
131 B
TypeScript
import NodeCache from "node-cache";
|
|
|
|
export const cache = new NodeCache({ stdTTL: 3600, checkperiod: 120 });
|
|
|
|
export default cache; |