Agent, Island: Decrease keep_tunnel_open_time to 30 seconds

This commit is contained in:
vakarisz 2022-04-05 14:46:10 +03:00
parent c82a9cfbf0
commit 4497ea0003
2 changed files with 2 additions and 2 deletions

View File

@ -87,7 +87,7 @@ class Configuration(object):
# Configuration servers to try to connect to, in this order.
command_servers = []
keep_tunnel_open_time = 60
keep_tunnel_open_time = 30
###########################
# testing configuration

View File

@ -9,7 +9,7 @@ INTERNAL = {
"keep_tunnel_open_time": {
"title": "Keep tunnel open time",
"type": "integer",
"default": 60,
"default": 30,
"description": "Time to keep tunnel open before going down after last exploit "
"(in seconds)",
},