Define the number of entries to output

Allow for defining in the settings.py file the number of entries to output
pull/511/head
AndreC10002 2020-01-02 14:01:07 -05:00 committed by GitHub
parent 2e064563c3
commit 196869ce71
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -12,6 +12,9 @@ ssl = False
# sure that you use a directory dedicated to the feed
outputdir = 'output'
# Determine the number of entries to output
entries = 200
# The filters to be used for by the feed. You can use any filter that
# you can use on the event index, such as organisation, tags, etc.
# It uses the same joining and condition rules as the API parameters