mirror of
https://github.com/run-llama/chat-llamaindex.git
synced 2026-07-01 21:04:08 -04:00
3 lines
80 B
TypeScript
3 lines
80 B
TypeScript
export const DAYS_TO_LIVE = 30;
|
|
export const TTL = 60 * 60 * 24 * DAYS_TO_LIVE;
|