Skip to content

Commit

Permalink
fix: load patch bundles earlier
Browse files Browse the repository at this point in the history
  • Loading branch information
Axelen123 committed Nov 29, 2023
1 parent bd9778a commit 9cab919
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,10 @@ val repositoryModule = module {
singleOf(::PatchBundlePersistenceRepository)
singleOf(::PatchSelectionRepository)
singleOf(::PatchOptionsRepository)
singleOf(::PatchBundleRepository)
singleOf(::PatchBundleRepository) {
// It is best to load patch bundles ASAP
createdAtStart()
}
singleOf(::WorkerRepository)
singleOf(::DownloadedAppRepository)
singleOf(::InstalledAppRepository)
Expand Down

0 comments on commit 9cab919

Please sign in to comment.