File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -82,12 +82,6 @@ Security Issues and Bugs
8282
8383See [ SECURITY.md] ( docs/SECURITY.md )
8484
85- Limitations
86- -----------
87-
88- The reference implementation may behave unexpectedly when concurrently
89- downloading the same target files with the same TUF client.
90-
9185License
9286-------
9387
Original file line number Diff line number Diff line change 2828 * ``Updater.download_target()`` downloads a target file and ensures it is
2929 verified correct by the metadata.
3030
31+ Note that applications using ``Updater`` should be 'single instance'
32+ applications: running multiple instances that use the same cache directories at
33+ the same time is not supported.
34+
3135A simple example of using the Updater to implement a Python TUF client that
3236downloads target files is available in `examples/client_example
3337<https://github.com/theupdateframework/python-tuf/tree/develop/examples/client_example>`_.
You can’t perform that action at this time.
0 commit comments