mirror of
https://github.com/ourongxing/newsnow.git
synced 2025-03-01 17:34:16 +08:00
6 lines
124 B
TypeScript
6 lines
124 B
TypeScript
export const TTL = 15 * 60 * 1000
|
|
/**
|
|
* 默认刷新间隔,否则复用缓存
|
|
*/
|
|
export const Interval = 30 * 60 * 1000
|