@cranberry-money/shared-constants
Version:
Shared constants for Blueberry platform
14 lines • 484 B
JavaScript
export const CACHE_TIMING = {
VERY_SHORT_STALE_TIME: 30 * 1000,
SHORT_STALE_TIME: 2 * 60 * 1000,
TRADES_STALE_TIME: 2 * 60 * 1000,
AUTH_STALE_TIME: 5 * 60 * 1000,
DEFAULT_STALE_TIME: 5 * 60 * 1000,
ASSET_ALLOCATION_STALE_TIME: 10 * 60 * 1000,
LONG_STALE_TIME: 30 * 60 * 1000,
DEFAULT_GC_TIME: 2 * 60 * 1000,
MEDIUM_GC_TIME: 5 * 60 * 1000,
LONG_GC_TIME: 10 * 60 * 1000,
VERY_LONG_GC_TIME: 30 * 60 * 1000,
};
//# sourceMappingURL=cache.js.map