From 196869ce719b95f8fc096135fb8fc502825244b9 Mon Sep 17 00:00:00 2001 From: AndreC10002 Date: Thu, 2 Jan 2020 14:01:07 -0500 Subject: [PATCH] Define the number of entries to output Allow for defining in the settings.py file the number of entries to output --- examples/feed-generator/settings.default.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/examples/feed-generator/settings.default.py b/examples/feed-generator/settings.default.py index 384ab34..e995434 100755 --- a/examples/feed-generator/settings.default.py +++ b/examples/feed-generator/settings.default.py @@ -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