🎨 数据同步增量索引

This commit is contained in:
Liang Ding 2022-07-18 09:59:53 +08:00
parent 2bd1505641
commit 35b21f03b8
No known key found for this signature in database
GPG key ID: 136F30F901A2231D
3 changed files with 22 additions and 9 deletions

View file

@ -302,6 +302,7 @@ func initPathDir() {
}
}
// TODO: v2.2.0 移除
func cleanOld() {
dirs, _ := os.ReadDir(WorkingDir)
for _, dir := range dirs {