From e19bff9ba341cc027c5d324e455031a7708da5cb Mon Sep 17 00:00:00 2001
From: Florent Poittevin <florent.poittevin@unige.ch>
Date: Thu, 7 Nov 2019 16:13:31 +0100
Subject: [PATCH] chore: increase max size of rss cache

---
 ngsw-config.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ngsw-config.json b/ngsw-config.json
index 126d800a2..005938fc0 100644
--- a/ngsw-config.json
+++ b/ngsw-config.json
@@ -10,7 +10,7 @@
       ],
       "cacheConfig": {
         "strategy": "performance",
-        "maxSize": 1000,
+        "maxSize": 1000000,
         "maxAge": "7d"
       }
     },
-- 
GitLab