Add plugin_activity_load option

This commit is contained in:
lowlighter
2021-05-12 12:31:22 +02:00
parent 97254275e8
commit 2b9d8e8539
2 changed files with 16 additions and 5 deletions

View File

@@ -22,6 +22,16 @@ inputs:
min: 1
max: 1000
# Number of activity events to load
# This should be higher than "plugin_activity_limit"
# A high number will consume more requests
plugin_activity_load:
description: Number of events to load
type: number
default: 300
min: 100
max: 1000
# Filter events by age
# Note that it only filter fetched events, you may need to increase "plugin_activity_limit" to display older events
# Set to 0 to disable age filtering