forked from p15670423/monkey
Agent: Drop CREDENTIALS_POLL_PERIOD_SEC from 30 to 10
This commit is contained in:
parent
86c6a55097
commit
0fce4e88a5
|
@ -11,7 +11,7 @@ from .i_credentials_store import ICredentialsStore
|
|||
|
||||
logger = logging.getLogger(__name__)
|
||||
|
||||
CREDENTIALS_POLL_PERIOD_SEC = 30
|
||||
CREDENTIALS_POLL_PERIOD_SEC = 10
|
||||
|
||||
|
||||
class AggregatingCredentialsStore(ICredentialsStore):
|
||||
|
|
Loading…
Reference in New Issue