mirror of https://github.com/MISP/PyMISP
Define the number of entries to output
Allow for defining in the settings.py file the number of entries to outputpull/511/head
parent
2e064563c3
commit
196869ce71
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue