Skip to content

Commit

Permalink
feat(daemon): enable concurrent sync
Browse files Browse the repository at this point in the history
  • Loading branch information
LordTermor committed Nov 24, 2024
1 parent c8ec773 commit 7682a30
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 @@ -86,7 +86,7 @@ class ArchRepoSyncService : public bxt::Core::Application::SyncService {

ArchRepoOptions m_options;
std::shared_ptr<coro::io_scheduler> tp =
coro::io_scheduler::make_shared({.pool = {.thread_count = 1}});
coro::io_scheduler::make_shared({.pool = {.thread_count = 4}});
};

} // namespace bxt::Infrastructure

0 comments on commit 7682a30

Please sign in to comment.