summaryrefslogtreecommitdiff
path: root/src/SMAPI.Web/BackgroundService.cs
AgeCommit message (Collapse)Author
2020-05-23drop MongoDB codeJesse Plamondon-Willard
MongoDB support unnecessarily complicated the code and there's no need to run distributed servers in the foreseeable future. This keeps the abstract storage interface so we can wrap a distributed cache in the future.
2020-05-07update web project to .NET Core 3.1Jesse Plamondon-Willard
2019-09-14reduce automatic retry window for background wiki fetches (#651)Jesse Plamondon-Willard
2019-09-14fix typos and inconsistent spellingJesse Plamondon-Willard
2019-09-14track license info for mod GitHub repos (#651)Jesse Plamondon-Willard
2019-09-14remove cached mod data not requested within 48 hours (#651)Jesse Plamondon-Willard
2019-09-14add background fetch for mod compatibility list (#651)Jesse Plamondon-Willard