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