mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-07 10:14:46 -04:00
...
This commit is contained in:
parent
91b166b744
commit
fb0f73a7ec
@ -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()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user