mirror of
https://github.com/Kozea/Radicale.git
synced 2025-06-26 16:45:52 +00:00
Sync cache folder when uploading whole collection
This commit is contained in:
parent
1821b872d2
commit
86631e4ddd
1 changed files with 1 additions and 0 deletions
|
@ -952,6 +952,7 @@ class Collection(BaseCollection):
|
|||
with self._atomic_write(
|
||||
path, newline="", sync_directory=False) as f:
|
||||
f.write(text)
|
||||
self._sync_directory(cache_folder)
|
||||
self._sync_directory(self._filesystem_path)
|
||||
|
||||
@classmethod
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue