mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-12 15:46:29 +08:00
feat: improve admin panel design (#14464)
This commit is contained in:
@@ -132,6 +132,10 @@ export class IndexerJob {
|
||||
indexed: true,
|
||||
});
|
||||
}
|
||||
if (!missingDocIds.length && !deletedDocIds.length) {
|
||||
this.logger.verbose(`workspace ${workspaceId} is already indexed`);
|
||||
return;
|
||||
}
|
||||
this.logger.log(
|
||||
`indexed workspace ${workspaceId} with ${missingDocIds.length} missing docs and ${deletedDocIds.length} deleted docs`
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user