adjust email/pass addition flow, blog ttl extended
This commit is contained in:
@@ -147,7 +147,7 @@ export const COOLDOWN_TIMERS = {
|
||||
export const CACHE_CONFIG = {
|
||||
BLOG_CACHE_TTL_MS: 24 * 60 * 60 * 1000,
|
||||
GIT_ACTIVITY_CACHE_TTL_MS: 10 * 60 * 1000,
|
||||
BLOG_POSTS_LIST_CACHE_TTL_MS: 5 * 60 * 1000,
|
||||
BLOG_POSTS_LIST_CACHE_TTL_MS: 15 * 60 * 1000,
|
||||
MAX_STALE_DATA_MS: 7 * 24 * 60 * 60 * 1000,
|
||||
GIT_ACTIVITY_MAX_STALE_MS: 24 * 60 * 60 * 1000
|
||||
} as const;
|
||||
|
||||
Reference in New Issue
Block a user