-
- Downloads
[feature] support unsynced local_only blobs
Adds the ability to have document that wont be synced. This enables applications to use soledad to store temporary blobs that should be discarded later instead of unnecessarily keeping the sync loop busy. -- Resolves: #8819
parent
8f3fdc2f
Branches
Tags
Showing
- src/leap/soledad/client/_db/blobs/__init__.py 9 additions, 3 deletionssrc/leap/soledad/client/_db/blobs/__init__.py
- src/leap/soledad/client/_db/blobs/sql.py 1 addition, 0 deletionssrc/leap/soledad/client/_db/blobs/sql.py
- src/leap/soledad/client/_db/blobs/sync.py 4 additions, 0 deletionssrc/leap/soledad/client/_db/blobs/sync.py
- tests/blobs/test_blob_manager.py 13 additions, 0 deletionstests/blobs/test_blob_manager.py
Loading
Please register or sign in to comment