diff options
author | Thomas Keil <tkeil (at) datacrystal (dot) de> | 2007-04-27 08:54:13 +0000 |
---|---|---|
committer | Thomas Keil <tkeil (at) datacrystal (dot) de> | 2007-04-27 08:54:13 +0000 |
commit | d1a0c836a31c2b2cde60a5cbcf04f93959deab95 (patch) | |
tree | ec381ac71dbe6d73322b27f83c09c3fdd554b55f | |
parent | 9c1d5bed3f98f632a8f204d57c0407437d59652f (diff) | |
download | vdr-plugin-live-d1a0c836a31c2b2cde60a5cbcf04f93959deab95.tar.gz vdr-plugin-live-d1a0c836a31c2b2cde60a5cbcf04f93959deab95.tar.bz2 |
Increased Session Timeout to 24h
-rw-r--r-- | tntconfig.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tntconfig.cpp b/tntconfig.cpp index 596ff6e..1ca52ec 100644 --- a/tntconfig.cpp +++ b/tntconfig.cpp @@ -37,6 +37,7 @@ void TntConfig::WriteConfig() file << "MapUrl ^/$ login@" << endl; file << "MapUrl /([^.]+)(\\..+)? $1@" << endl; file << "PropertyFile " << m_propertiesPath << endl; + file << "SessionTimeout 86400" << endl; Setup::IpList const& ips = LiveSetup().GetServerIps(); int port = LiveSetup().GetServerPort(); |