Island: Remove `smb_download_timeout` from config schema

This commit is contained in:
Shreya Malviya 2022-06-09 16:35:31 -07:00
parent 8d4e5173f7
commit 5e59160698
1 changed files with 0 additions and 13 deletions

View File

@ -165,19 +165,6 @@ INTERNAL = {
"items": {"type": "string"},
"description": "List of SSH key pairs to use, when trying to ssh into servers",
},
"smb_service": {
"title": "SMB service",
"type": "object",
"properties": {
"smb_download_timeout": {
"title": "SMB download timeout",
"type": "integer",
"default": 30,
"description": "Timeout (in seconds) for SMB download operation (used "
"in various exploits using SMB)",
},
},
},
},
},
"testing": {