Skip to content

Commit

Permalink
fix(daemon): make sync synchronious for now
Browse files Browse the repository at this point in the history
Async synchronization needs more testing.
  • Loading branch information
LordTermor committed May 25, 2024
1 parent 8401be7 commit 5a4128d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion daemon/infrastructure/alpm/ArchRepoSyncService.h
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ class ArchRepoSyncService : public bxt::Core::Application::SyncService {
PackageRepositoryBase& m_package_repository;

ArchRepoOptions m_options;
coro::io_scheduler tp {{.pool = {.thread_count = 4}}};
coro::io_scheduler tp {{.pool = {.thread_count = 1}}};
};

} // namespace bxt::Infrastructure

0 comments on commit 5a4128d

Please sign in to comment.