From: Rudolf Polzer Date: Sun, 3 Oct 2010 17:14:21 +0000 (+0200) Subject: temporarily slow down file conversion a bit (sleep 0.25) to keep server load down X-Git-Tag: xonotic-v0.1.0preview~153 X-Git-Url: https://git.xonotic.org/?p=xonotic%2Fxonotic.git;a=commitdiff_plain;h=07ce56f65b1ad4e0aa07e4fa9cfdb4d9b97d4bb5 temporarily slow down file conversion a bit (sleep 0.25) to keep server load down --- diff --git a/misc/tools/cached-converter.sh b/misc/tools/cached-converter.sh index f6116a65..d7bf5864 100755 --- a/misc/tools/cached-converter.sh +++ b/misc/tools/cached-converter.sh @@ -41,6 +41,7 @@ cached() if ! $flag; then return 0 fi + sleep 0.25 if [ x"$infile1" = x"$outfile1" ]; then keep=true fi