Merge pull request #1214 from coreos-inc/Quentin-M-patch-1
Double the securityworker indexing interval
This commit is contained in:
commit
aef651a7ad
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