Const
Three days in milliseconds — the default freshness window for a cached response.
export const THREE_DAYS_MS = 3 * 24 * 60 * 60 * 1000; Copy
export const THREE_DAYS_MS = 3 * 24 * 60 * 60 * 1000;
Three days in milliseconds — the default freshness window for a cached response.