Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Commit

Permalink
Increase num-workers
Browse files Browse the repository at this point in the history
Signed-off-by: Alexandru Gheorghe <[email protected]>
  • Loading branch information
alexggh committed Aug 22, 2023
1 parent d5fc80c commit 301dab1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion node/core/pvf/src/host.rs
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,8 @@ impl Config {
prepare_workers_hard_max_num: 1,
execute_worker_program_path,
execute_worker_spawn_timeout: Duration::from_secs(3),
execute_workers_max_num: 2,
// TODO: cleanup increased for versi experimenting.
execute_workers_max_num: 4,
}
}
}
Expand Down

0 comments on commit 301dab1

Please sign in to comment.