This commit is contained in:
Kovid Goyal 2011-09-14 15:20:26 -06:00
parent 91b166b744
commit fb0f73a7ec

View File

@ -146,10 +146,10 @@ class LibraryServer(ContentServer, MobileServer, XMLServer, OPDSServer, Cache,
self.config = {} self.config = {}
self.is_running = False self.is_running = False
self.exception = None self.exception = None
self.config['/'] = { #self.config['/'] = {
'tools.sessions.on' : True, # 'tools.sessions.on' : True,
'tools.sessions.timeout': 60, # Session times out after 60 minutes # 'tools.sessions.timeout': 60, # Session times out after 60 minutes
} #}
if not wsgi: if not wsgi:
self.setup_loggers() self.setup_loggers()