config: fix staggered workers config name

This commit is contained in:
Jimmy Zelinskie 2016-11-01 12:31:12 -04:00
parent 840ea4e768
commit 3cafa5721d

View file

@ -387,4 +387,4 @@ class DefaultConfig(object):
LABEL_KEY_RESERVED_PREFIXES = []
# Delays workers from starting until a random point in time between 0 and their regular interval.
STAGGERED_WORKERS = True
STAGGER_WORKERS = True