fix: disable prunning for more investigation (#23531)
parent
c76324c611
commit
1036076b0d
|
|
@ -132,7 +132,8 @@ class SyncStreamService {
|
|||
return;
|
||||
// SyncCompleteV1 is used to signal the completion of the sync process. Cleanup stale assets and signal completion
|
||||
case SyncEntityType.syncCompleteV1:
|
||||
return _syncStreamRepository.pruneAssets();
|
||||
return;
|
||||
// return _syncStreamRepository.pruneAssets();
|
||||
// Request to reset the client state. Clear everything related to remote entities
|
||||
case SyncEntityType.syncResetV1:
|
||||
return _syncStreamRepository.reset();
|
||||
|
|
|
|||
Loading…
Reference in New Issue