From 0a93096a915730547d591440e9ecc68ee37276f3 Mon Sep 17 00:00:00 2001 From: yomguy Date: Mon, 18 Oct 2010 12:48:42 +0000 Subject: [PATCH] going to 2 threads --- timeside/tools/waveform_batch_awdio.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/timeside/tools/waveform_batch_awdio.py b/timeside/tools/waveform_batch_awdio.py index b5231e6..f2af457 100644 --- a/timeside/tools/waveform_batch_awdio.py +++ b/timeside/tools/waveform_batch_awdio.py @@ -56,7 +56,7 @@ class GrapherScheme: self.force = False # Nb of threads - self.threads = 4 + self.threads = 2 class Media2Waveform: -- 2.39.5