Merge pull request #1214 from coreos-inc/Quentin-M-patch-1

Double the securityworker indexing interval
This commit is contained in:
Quentin Machu 2016-02-09 14:58:09 -05:00
commit aef651a7ad

View file

@ -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'