From 569a3c884ebfe5b04b674e4ca19918064ad5ee93 Mon Sep 17 00:00:00 2001 From: newphreak Date: Wed, 25 Jul 2012 00:40:15 +0300 Subject: [PATCH] Increase xbmc startdelay to cure race condition --- packages/mediacenter/xbmc-frodo/profile.d/xbmc.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/mediacenter/xbmc-frodo/profile.d/xbmc.conf b/packages/mediacenter/xbmc-frodo/profile.d/xbmc.conf index 7029bf1bd3..77808bd02c 100644 --- a/packages/mediacenter/xbmc-frodo/profile.d/xbmc.conf +++ b/packages/mediacenter/xbmc-frodo/profile.d/xbmc.conf @@ -24,7 +24,7 @@ ################################################################################ if [ -z "$XBMC_STARTDELAY" ]; then - XBMC_STARTDELAY="1000000" + XBMC_STARTDELAY="1500000" fi XBMC_HOME="/usr/share/xbmc"