add config key for poiMinimumStartTime

This commit is contained in:
Michael C
2021-08-29 21:43:21 -04:00
parent 9f762ac206
commit aab95a1adc
2 changed files with 3 additions and 2 deletions

View File

@@ -50,6 +50,7 @@ addDefaults(config, {
userCounterURL: null,
newLeafURLs: null,
maxRewardTimePerSegmentInSeconds: 600,
poiMinimumStartTime: 2,
postgres: null,
dumpDatabase: {
enabled: false,