[testresolver] setting 'testresolver.pause' to test disconnect & reconnect

This commit is contained in:
Martin Aeschlimann
2019-06-13 15:27:31 +02:00
parent 3f79533f9b
commit c47421fb44
2 changed files with 102 additions and 12 deletions

View File

@@ -79,6 +79,11 @@
"description": "If set, the resolver will fail. Use ths setting for testing the failure of a resolver.",
"type": "boolean",
"default": false
},
"testresolver.pause": {
"description": "If set, connection is paused",
"type": "boolean",
"default": false
}
}
}