mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 13:16:41 +00:00
Increase xbmc startdelay to cure race condition
This commit is contained in:
parent
54b699c569
commit
569a3c884e
@ -24,7 +24,7 @@
|
|||||||
################################################################################
|
################################################################################
|
||||||
|
|
||||||
if [ -z "$XBMC_STARTDELAY" ]; then
|
if [ -z "$XBMC_STARTDELAY" ]; then
|
||||||
XBMC_STARTDELAY="1000000"
|
XBMC_STARTDELAY="1500000"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
XBMC_HOME="/usr/share/xbmc"
|
XBMC_HOME="/usr/share/xbmc"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user