Reduce source requests during bulk migration
During the search the destination entries are already freshly fetched. Thus, this is not necessary anymore during the actual migration
This commit is contained in:
@@ -963,7 +963,8 @@ export class MigrationManager {
|
||||
}
|
||||
|
||||
assertIsDefined(entry.selectedMatchMangaId);
|
||||
await MangaMigration.migrate(mangaId, entry.selectedMatchMangaId, options);
|
||||
|
||||
await MangaMigration.migrateByIdWithQuery(mangaId, entry.selectedMatchMangaId, options);
|
||||
});
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user