From 9495ed15585fb877f984344ce301cea471e6b8b9 Mon Sep 17 00:00:00 2001 From: Rudolf Polzer Date: Mon, 4 Oct 2010 18:02:39 +0200 Subject: [PATCH] remove that sleep as it didn't help anyway --- misc/tools/cached-converter.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/tools/cached-converter.sh b/misc/tools/cached-converter.sh index d7bf5864..e11b4576 100755 --- a/misc/tools/cached-converter.sh +++ b/misc/tools/cached-converter.sh @@ -41,7 +41,7 @@ cached() if ! $flag; then return 0 fi - sleep 0.25 + #sleep 0.25 if [ x"$infile1" = x"$outfile1" ]; then keep=true fi -- 2.39.2