30 day cache expiration
This commit is contained in:
parent
d86ca564cf
commit
a77e0be1e9
|
@ -17,7 +17,7 @@ export class GeneralSettings {
|
||||||
beta = false;
|
beta = false;
|
||||||
customDictionary: string[] = [];
|
customDictionary: string[] = [];
|
||||||
hwAcceleration = true;
|
hwAcceleration = true;
|
||||||
risingCacheExpiryDays = 45;
|
risingCacheExpiryDays = 30;
|
||||||
risingSystemLogLevel: log.LevelOption = 'info';
|
risingSystemLogLevel: log.LevelOption = 'info';
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue