Double the securityworker indexing interval
This commit is contained in:
parent
7ac3b05a1d
commit
13c10ba7b1
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ from util.secscan.api import SecurityConfigValidator
|
|||
logger = logging.getLogger(__name__)
|
||||
|
||||
BATCH_SIZE = 5
|
||||
INDEXING_INTERVAL = 30
|
||||
INDEXING_INTERVAL = 60
|
||||
API_METHOD_INSERT = '/v1/layers'
|
||||
API_METHOD_VERSION = '/v1/versions/engine'
|
||||
|
||||
|
|
Reference in a new issue