mirror of
https://code.castopod.org/adaures/castopod
synced 2025-06-23 16:05:34 +00:00
chore(video-clips): reduce the number of videoClipWorkers to 1 by default
This commit is contained in:
parent
6cbfec0d7d
commit
95d0861659
@ -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,
|
* 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.
|
* meaning that they are shared across all podcasts and episodes.
|
||||||
*/
|
*/
|
||||||
public int $videoClipWorkers = 2;
|
public int $videoClipWorkers = 1;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user