mirror of
https://github.com/ad-aures/castopod.git
synced 2026-04-15 20:47:46 +02:00
chore(video-clips): reduce the number of videoClipWorkers to 1 by default
This commit is contained in:
parent
6cbfec0d7d
commit
95d0861659
1 changed files with 1 additions and 1 deletions
|
|
@ -20,5 +20,5 @@ class Admin extends BaseConfig
|
|||
* Number of maximum ffmpeg processes to spawn in parallel when generating video clips. Processes are instance wide,
|
||||
* meaning that they are shared across all podcasts and episodes.
|
||||
*/
|
||||
public int $videoClipWorkers = 2;
|
||||
public int $videoClipWorkers = 1;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue