Accept more than 100 events in activity plugin
This commit is contained in:
@@ -20,9 +20,10 @@ inputs:
|
||||
type: number
|
||||
default: 5
|
||||
min: 1
|
||||
max: 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
|
||||
plugin_activity_days:
|
||||
description: Maximum event age
|
||||
|
||||
Reference in New Issue
Block a user