diff options
author | thlo <t.lohmar@gmx.de> | 2013-03-17 11:47:07 +0100 |
---|---|---|
committer | thlo <t.lohmar@gmx.de> | 2013-03-17 11:47:07 +0100 |
commit | 09f926c410cc6cbed1905b8ddf35f04d14a7805a (patch) | |
tree | d8810e61e7b340141193b682589ca3638dff939f /widget.conf | |
parent | ec487342e840d92dbe556a5cede0073d11fb2862 (diff) | |
download | vdr-plugin-smarttvweb-09f926c410cc6cbed1905b8ddf35f04d14a7805a.tar.gz vdr-plugin-smarttvweb-09f926c410cc6cbed1905b8ddf35f04d14a7805a.tar.bz2 |
add directAccessTimeout element to widget.conf
Diffstat (limited 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> |