You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 20, 2022. It is now read-only.
At the moment Datagram caches everything it downloads into a local storage. Most of the time this is what the user wants, especially when using dg as a library, but this behavior leads to duplicate data when the use case is to export data from remote datagrams as files.
Each stream has already capability of cleaning up the cache, it just needs to be hooked up as an option.
Deliverables
create nocache option for export
implement cleaning to streams
The text was updated successfully, but these errors were encountered:
At the moment Datagram caches everything it downloads into a local storage. Most of the time this is what the user wants, especially when using dg as a library, but this behavior leads to duplicate data when the use case is to export data from remote datagrams as files.
Each stream has already capability of cleaning up the cache, it just needs to be hooked up as an option.
Deliverables
The text was updated successfully, but these errors were encountered: