mirror of
https://gitlab.com/xonotic/xonotic
synced 2025-01-31 10:41:34 +00:00
temporarily slow down file conversion a bit (sleep 0.25) to keep server load down
This commit is contained in:
parent
49b3b2f91c
commit
07ce56f65b
@ -41,6 +41,7 @@ cached()
|
||||
if ! $flag; then
|
||||
return 0
|
||||
fi
|
||||
sleep 0.25
|
||||
if [ x"$infile1" = x"$outfile1" ]; then
|
||||
keep=true
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user