forked from p15670423/monkey
Increased expiry time to fit production scenarios
This commit is contained in:
parent
26bbf07d75
commit
5ec82647e4
|
@ -10,7 +10,7 @@ from monkey_island.cc.database import mongo
|
|||
from monkey_island.cc.services.config import ConfigService
|
||||
from monkey_island.cc.services.node import NodeService
|
||||
|
||||
MONKEY_TTL_EXPIRY_DURATION_IN_SECONDS = 30
|
||||
MONKEY_TTL_EXPIRY_DURATION_IN_SECONDS = 120
|
||||
|
||||
__author__ = 'Barak'
|
||||
|
||||
|
|
Loading…
Reference in New Issue