Make the security scanning worker period configurable

This commit is contained in:
Jake Moshenko 2017-02-27 15:02:29 -05:00
parent 609c942746
commit de7a5c9959
2 changed files with 6 additions and 2 deletions

View file

@ -310,6 +310,9 @@ class DefaultConfig(object):
# The endpoint for the security scanner.
SECURITY_SCANNER_ENDPOINT = 'http://192.168.99.101:6060'
# The number of seconds between indexing intervals in the security scanner
SECURITY_SCANNER_INDEXING_INTERVAL = 30
# If specified, the endpoint to be used for all POST calls to the security scanner.
SECURITY_SCANNER_ENDPOINT_BATCH = None