Reverted default expiry duration (5 minutes)

This commit is contained in:
Shay Nehmad 2019-07-22 16:35:24 +03:00
parent 524f062f69
commit 89d49a7d3f
1 changed files with 1 additions and 2 deletions

View File

@ -3,5 +3,4 @@ import os
__author__ = 'itay.mizeretz'
MONKEY_ISLAND_ABS_PATH = os.path.join(os.getcwd(), 'monkey_island')
# DEFAULT_MONKEY_TTL_EXPIRY_DURATION_IN_SECONDS = 60 * 5
DEFAULT_MONKEY_TTL_EXPIRY_DURATION_IN_SECONDS = 6
DEFAULT_MONKEY_TTL_EXPIRY_DURATION_IN_SECONDS = 60 * 5