diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2019-07-06 21:16:01 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2019-09-13 16:09:07 -0400 |
commit | 6f83af0c2130784233fd53dbad2a1d902b43a6c1 (patch) | |
tree | 23349fbb4ed0dbb44f54534e5cca26b6fabefe8e | |
parent | f7d4a9181b923f2aa213ee3816fa69ac7d095505 (diff) | |
download | SMAPI-6f83af0c2130784233fd53dbad2a1d902b43a6c1.tar.gz SMAPI-6f83af0c2130784233fd53dbad2a1d902b43a6c1.tar.bz2 SMAPI-6f83af0c2130784233fd53dbad2a1d902b43a6c1.zip |
fix mod compatibility list not caching data
-rw-r--r-- | src/SMAPI.Web/appsettings.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/SMAPI.Web/appsettings.json b/src/SMAPI.Web/appsettings.json index 54c52b32..9e15aa97 100644 --- a/src/SMAPI.Web/appsettings.json +++ b/src/SMAPI.Web/appsettings.json @@ -48,7 +48,7 @@ }, "ModCompatibilityList": { - "WikiCacheMinutes": 10 + "CacheMinutes": 10 }, "ModUpdateCheck": { |