forked from p15670423/monkey
Island: Remove config option for custom singleton mutex name
This commit is contained in:
parent
6f4c671725
commit
bc08ebeebd
|
@ -8,13 +8,6 @@ INTERNAL = {
|
|||
"title": "General",
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"singleton_mutex_name": {
|
||||
"title": "Singleton mutex name",
|
||||
"type": "string",
|
||||
"default": "{2384ec59-0df8-4ab9-918c-843740924a28}",
|
||||
"description": "The name of the mutex used to determine whether the monkey is "
|
||||
"already running",
|
||||
},
|
||||
"keep_tunnel_open_time": {
|
||||
"title": "Keep tunnel open time",
|
||||
"type": "integer",
|
||||
|
|
Loading…
Reference in New Issue