aboutsummaryrefslogtreecommitdiff
path: root/transcoder/src/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'transcoder/src/lib.rs')
-rw-r--r--transcoder/src/lib.rs3
1 files changed, 2 insertions, 1 deletions
diff --git a/transcoder/src/lib.rs b/transcoder/src/lib.rs
index ef663fb..d540e57 100644
--- a/transcoder/src/lib.rs
+++ b/transcoder/src/lib.rs
@@ -11,4 +11,5 @@ pub mod image;
pub mod snippet;
pub mod subtitles;
-static LOCAL_TRANSCODING_TASKS: Semaphore = Semaphore::const_new(2);
+static LOCAL_IMAGE_TRANSCODING_TASKS: Semaphore = Semaphore::const_new(8);
+static LOCAL_VIDEO_TRANSCODING_TASKS: Semaphore = Semaphore::const_new(2);