mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-09-06 08:18:39 +00:00
Increase worker concurrency: 2 -> 5 (#168)
This commit is contained in:
parent
72d219b691
commit
08469f8ca3
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@ import { isFlyMachine, isDockerContainer } from './utils';
|
|||
|
||||
export class WorkerController {
|
||||
private readonly POLL_INTERVAL_MS = 5000;
|
||||
private readonly MAX_WORKERS = 2;
|
||||
private readonly MAX_WORKERS = 5;
|
||||
|
||||
private queue: Queue;
|
||||
private stalledJobsWorker: Worker;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue