停止时压缩文件

This commit is contained in:
zhouhao 2022-06-20 14:35:21 +08:00
parent 2968cf9b4f
commit 291cfec2c7
1 changed files with 1 additions and 0 deletions

View File

@ -96,6 +96,7 @@ public class PersistenceDeviceSessionManager extends ClusterDeviceSessionManager
.map(session -> session.unwrap(PersistentSession.class))
.as(this::tryPersistent)
.block();
repository.store.compactMoveChunks();
repository.store.close();
}