Increase xbmc startdelay to cure race condition

This commit is contained in:
newphreak 2012-07-25 00:40:15 +03:00
parent 54b699c569
commit 569a3c884e

View File

@ -24,7 +24,7 @@
################################################################################
if [ -z "$XBMC_STARTDELAY" ]; then
XBMC_STARTDELAY="1000000"
XBMC_STARTDELAY="1500000"
fi
XBMC_HOME="/usr/share/xbmc"