From a77e0be1e9395d1b610aa3de663ad0629f04784a Mon Sep 17 00:00:00 2001 From: "Mr. Stallion" Date: Wed, 1 Jul 2020 10:00:37 -0500 Subject: [PATCH] 30 day cache expiration --- electron/common.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/electron/common.ts b/electron/common.ts index 1d564f7..6bba667 100644 --- a/electron/common.ts +++ b/electron/common.ts @@ -17,7 +17,7 @@ export class GeneralSettings { beta = false; customDictionary: string[] = []; hwAcceleration = true; - risingCacheExpiryDays = 45; + risingCacheExpiryDays = 30; risingSystemLogLevel: log.LevelOption = 'info'; }