From 5ea7da49459ef5148b0b16dfb89300304c0c030f Mon Sep 17 00:00:00 2001 From: Zak Timson Date: Sat, 14 Jul 2018 14:45:18 -0400 Subject: [PATCH] Fixed cache timeout --- ngsw-config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ngsw-config.json b/ngsw-config.json index 31af078..7047fe8 100644 --- a/ngsw-config.json +++ b/ngsw-config.json @@ -35,7 +35,7 @@ "name": "firestore", "urls": ["https://firestore.googleapis.com/**"], "cacheConfig": { - "timeout": "1000ms", + "timeout": "1000", "strategy": "freshness" } }