Minimize diffs by moving wiki meta cache out of VCS
This commit is contained in:
parent
206b2f5ea9
commit
1cc65db867
4 changed files with 6 additions and 2 deletions
|
@ -168,7 +168,7 @@ export class WikiGameCacheFile extends YamlFile<WikiGameCache> {
|
|||
export class WikiMetaCacheFile extends YamlFile<WikiMetaCache> {
|
||||
path = `${REPO}/data/wiki-meta-cache.yaml`;
|
||||
defaultData = {
|
||||
lastCheckedRecentChanges: moment().subtract(7, "days").toISOString(),
|
||||
lastCheckedRecentChanges: moment().subtract(1, "days").toISOString(),
|
||||
};
|
||||
}
|
||||
|
||||
|
|
Reference in a new issue