We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7df2db4 commit d192203Copy full SHA for d192203
README.rst
@@ -182,9 +182,8 @@ Matching deleted targets
182
183
Matching a target which has been deleted returns a 500 (INTERNAL SERVER ERROR) response within the first few seconds.
184
This timeframe is not consistent on the real Vuforia Web Services.
185
-On the mock, this timeframe is always three seconds.
186
-
187
-TODO explain option here
+On the mock, this timeframe is three seconds by default.
+``MockVWS`` takes a parameter ``query_recognizes_deletion_seconds`` to change this.
188
189
.. |Build Status| image:: https://travis-ci.org/adamtheturtle/vws-python.svg?branch=master
190
:target: https://travis-ci.org/adamtheturtle/vws-python
0 commit comments