diff options
author | thlo <smarttv640@gmail.com> | 2013-03-17 11:47:07 +0100 |
---|---|---|
committer | thlo <t.lohmar@gmx.de> | 2013-03-17 11:47:07 +0100 |
commit | afb4d3bebf5e4ecbaba0cee23a66bd745e07ef4c (patch) | |
tree | d8810e61e7b340141193b682589ca3638dff939f | |
parent | d941c9861671af9975718e54da03387813c2ed42 (diff) | |
download | vdr-plugin-smarttvweb-afb4d3bebf5e4ecbaba0cee23a66bd745e07ef4c.tar.gz vdr-plugin-smarttvweb-afb4d3bebf5e4ecbaba0cee23a66bd745e07ef4c.tar.bz2 |
add directAccessTimeout element to widget.conf
-rw-r--r-- | widget.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/widget.conf b/widget.conf index da4a006..0ce0ce7 100644 --- a/widget.conf +++ b/widget.conf @@ -8,4 +8,5 @@ <initialTimeOut>5</initialTimeOut> <skipDuration>30</skipDuration> <liveChannels>20</liveChannels> +<directAccessTimeout>2000</directAccessTimeout> </config> |