summaryrefslogtreecommitdiff
path: root/src/SMAPI.Web/appsettings.json
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2019-07-19 13:15:45 -0400
committerJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2019-09-14 18:52:58 -0400
commitce6cedaf4be53d52f2e558055b91e515b92e4c83 (patch)
tree2984ef22c225e25221c080eb0b26466d99aae1b6 /src/SMAPI.Web/appsettings.json
parent88110dffbf4bace738e8f29133bfb3ac4b265e2c (diff)
downloadSMAPI-ce6cedaf4be53d52f2e558055b91e515b92e4c83.tar.gz
SMAPI-ce6cedaf4be53d52f2e558055b91e515b92e4c83.tar.bz2
SMAPI-ce6cedaf4be53d52f2e558055b91e515b92e4c83.zip
add background fetch for mod compatibility list (#651)
Diffstat (limited to 'src/SMAPI.Web/appsettings.json')
-rw-r--r--src/SMAPI.Web/appsettings.json9
1 files changed, 7 insertions, 2 deletions
diff --git a/src/SMAPI.Web/appsettings.json b/src/SMAPI.Web/appsettings.json
index 532ea017..ea7e9cd2 100644
--- a/src/SMAPI.Web/appsettings.json
+++ b/src/SMAPI.Web/appsettings.json
@@ -10,7 +10,8 @@
"Logging": {
"IncludeScopes": false,
"LogLevel": {
- "Default": "Warning"
+ "Default": "Warning",
+ "Hangfire": "Information"
}
},
@@ -55,7 +56,11 @@
},
"ModCompatibilityList": {
- "CacheMinutes": 10
+ "StaleMinutes": 15
+ },
+
+ "BackgroundServices": {
+ "Enabled": true
},
"ModUpdateCheck": {