diff --git a/services/cache/mecache/cache.js b/services/cache/mecache/cache.js index 8dba6912..90d5d947 100644 --- a/services/cache/mecache/cache.js +++ b/services/cache/mecache/cache.js @@ -8,7 +8,7 @@ const prom = require('prom-client'); const URL = require('url'); var PropertiesReader = require('properties-reader'); var properties = PropertiesReader('./properties.file'); -const expireShort = 2 * 60 * 1000; //2mins +const expireShort = 60 * 60 * 1000 // 1 hour //2 * 60 * 1000; //2mins const expireLong = 24 * 60 * 60 * 1000; //24 hours const cacheMaxSize = 500; const longCachingRequests = ["/communityFull", "/full", "/pagehelpcontent",