mirror of
https://github.com/immich-app/immich.git
synced 2025-11-14 10:33:15 -05:00
fix: disable prunning for more investigation (#23531)
This commit is contained in:
parent
c76324c611
commit
1036076b0d
@ -132,7 +132,8 @@ class SyncStreamService {
|
|||||||
return;
|
return;
|
||||||
// SyncCompleteV1 is used to signal the completion of the sync process. Cleanup stale assets and signal completion
|
// SyncCompleteV1 is used to signal the completion of the sync process. Cleanup stale assets and signal completion
|
||||||
case SyncEntityType.syncCompleteV1:
|
case SyncEntityType.syncCompleteV1:
|
||||||
return _syncStreamRepository.pruneAssets();
|
return;
|
||||||
|
// return _syncStreamRepository.pruneAssets();
|
||||||
// Request to reset the client state. Clear everything related to remote entities
|
// Request to reset the client state. Clear everything related to remote entities
|
||||||
case SyncEntityType.syncResetV1:
|
case SyncEntityType.syncResetV1:
|
||||||
return _syncStreamRepository.reset();
|
return _syncStreamRepository.reset();
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user