temporarily slow down file conversion a bit (sleep 0.25) to keep server load down

This commit is contained in:
Rudolf Polzer 2010-10-03 19:14:21 +02:00
parent 49b3b2f91c
commit 07ce56f65b

View File

@ -41,6 +41,7 @@ cached()
if ! $flag; then
return 0
fi
sleep 0.25
if [ x"$infile1" = x"$outfile1" ]; then
keep=true
fi