summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2019-07-06 21:16:01 -0400
committerJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2019-09-13 16:09:07 -0400
commit6f83af0c2130784233fd53dbad2a1d902b43a6c1 (patch)
tree23349fbb4ed0dbb44f54534e5cca26b6fabefe8e
parentf7d4a9181b923f2aa213ee3816fa69ac7d095505 (diff)
downloadSMAPI-6f83af0c2130784233fd53dbad2a1d902b43a6c1.tar.gz
SMAPI-6f83af0c2130784233fd53dbad2a1d902b43a6c1.tar.bz2
SMAPI-6f83af0c2130784233fd53dbad2a1d902b43a6c1.zip
fix mod compatibility list not caching data
-rw-r--r--src/SMAPI.Web/appsettings.json2
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": {