UNPKG

@leyyo/cache

Version:
11 lines (10 loc) 250 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.cacheConfig = void 0; exports.cacheConfig = { invalidation: { firstInterval: 10000, chunkSizeAdd: 1000, chunkSizeDelete: 1000, }, };