Skip to content

Commit 55dbb53

Browse files
committed
ngclient: Remove the mention of "single instance"
The file locking should make multiple processes safe Signed-off-by: Jussi Kukkonen <jkukkonen@google.com>
1 parent 5f467bb commit 55dbb53

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

tuf/ngclient/updater.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,6 @@
2929
* ``Updater.download_target()`` downloads a target file and ensures it is
3030
verified correct by the metadata.
3131
32-
Note that applications using ``Updater`` should be 'single instance'
33-
applications: running multiple instances that use the same cache directories at
34-
the same time is not supported.
35-
3632
A simple example of using the Updater to implement a Python TUF client that
3733
downloads target files is available in `examples/client
3834
<https://github.com/theupdateframework/python-tuf/tree/develop/examples/client>`_.

0 commit comments

Comments
 (0)